Skip to content

Commit 08df13b

Browse files
committed
Update
1 parent d4a3895 commit 08df13b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

proto/filesystem.proto

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ message GetBucketFilestructureRequest {
4242
optional string start_directory = 3;
4343
// Used to query the continuation from last request.
4444
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;
4548
}
4649

4750
message GetBucketFilestructureResponse {

0 commit comments

Comments
 (0)