Skip to content

Commit 51e04ba

Browse files
Google APIscopybara-github
authored andcommitted
feat: add last_scanned_row_key feature
PiperOrigin-RevId: 551191182
1 parent 5096eae commit 51e04ba

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/bigtable/v2/feature_flags.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,8 @@ message FeatureFlags {
4040
// Notify the server that the client enables batch write flow control by
4141
// requesting RateLimitInfo from MutateRowsResponse.
4242
bool mutate_rows_rate_limit = 3;
43+
44+
// Notify the server that the client supports the last_scanned_row field
45+
// in ReadRowsResponse for long-running sparse scans.
46+
bool last_scanned_row_responses = 4;
4347
}

0 commit comments

Comments
 (0)