We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a3895 commit 08df13bCopy full SHA for 08df13b
proto/filesystem.proto
@@ -42,6 +42,9 @@ message GetBucketFilestructureRequest {
42
optional string start_directory = 3;
43
// Used to query the continuation from last request.
44
optional string continuation_token = 4;
45
+ /// Whether the response should return a continuation token, for the user to page the data.
46
+ /// If the user only needs the first couple of rows this filed can be set to false.
47
+ bool should_page = 5;
48
}
49
50
message GetBucketFilestructureResponse {
0 commit comments