We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5096eae commit 51e04baCopy full SHA for 51e04ba
1 file changed
google/bigtable/v2/feature_flags.proto
@@ -40,4 +40,8 @@ message FeatureFlags {
40
// Notify the server that the client enables batch write flow control by
41
// requesting RateLimitInfo from MutateRowsResponse.
42
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;
47
}
0 commit comments