aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-01-21 00:55:04 -0800
committerchrislu <chris.lu@gmail.com>2022-01-21 00:55:04 -0800
commitb1063162b68ff2e84d3038c13c151e479475b6ef (patch)
tree4a0ae50f90f9f4c5b9ad457f4481ece7cf39ca56 /other/java/client
parentf10349191228cb945cabfe049b601ab3e251b55c (diff)
downloadseaweedfs-b1063162b68ff2e84d3038c13c151e479475b6ef.tar.xz
seaweedfs-b1063162b68ff2e84d3038c13c151e479475b6ef.zip
display bucket quota
Diffstat (limited to 'other/java/client')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 3303dc444..3db2b53c9 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -114,6 +114,7 @@ message Entry {
bytes content = 9; // if not empty, the file content
RemoteEntry remote_entry = 10;
+ int64 quota = 11; // for bucket only. Positive/Negative means enabled/disabled.
}
message FullEntry {