diff options
| author | chrislu <chris.lu@gmail.com> | 2022-01-21 00:55:04 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-01-21 00:55:04 -0800 |
| commit | b1063162b68ff2e84d3038c13c151e479475b6ef (patch) | |
| tree | 4a0ae50f90f9f4c5b9ad457f4481ece7cf39ca56 /other/java | |
| parent | f10349191228cb945cabfe049b601ab3e251b55c (diff) | |
| download | seaweedfs-b1063162b68ff2e84d3038c13c151e479475b6ef.tar.xz seaweedfs-b1063162b68ff2e84d3038c13c151e479475b6ef.zip | |
display bucket quota
Diffstat (limited to 'other/java')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
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 { |
