add collection for buckets

This commit is contained in:
chrislu
2024-07-17 23:14:34 -07:00
parent a8fa78b892
commit 96af571219
3 changed files with 15 additions and 3 deletions

View File

@@ -125,6 +125,7 @@ message Entry {
RemoteEntry remote_entry = 10;
int64 quota = 11; // for bucket only. Positive/Negative means enabled/disabled.
string collection = 12; // for bucket only. Empty means using default bucket name.
}
message FullEntry {