Skip to content

Commit

Permalink
feat: add last_scanned_row_key feature
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 551191182
  • Loading branch information
Google APIs authored and Copybara-Service committed Jul 26, 2023
1 parent 5096eae commit 51e04ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/bigtable/v2/feature_flags.proto
Expand Up @@ -40,4 +40,8 @@ message FeatureFlags {
// Notify the server that the client enables batch write flow control by
// requesting RateLimitInfo from MutateRowsResponse.
bool mutate_rows_rate_limit = 3;

// Notify the server that the client supports the last_scanned_row field
// in ReadRowsResponse for long-running sparse scans.
bool last_scanned_row_responses = 4;
}

0 comments on commit 51e04ba

Please sign in to comment.