public sealed class ReadRowsResponse : IMessage<ReadRowsResponse>, IEquatable<ReadRowsResponse>, IDeepCloneable<ReadRowsResponse>, IBufferMessage, IMessage
Optionally the server might return the row key of the last row it
has scanned. The client can use this to construct a more
efficient retry request if needed: any row keys or portions of
ranges less than this row key can be dropped from the request.
This is primarily useful for cases where the server has read a
lot of data that was filtered out since the last committed row
key, allowing the client to skip that work on a retry.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the `ReadRowsResponse` class within the `Google.Cloud.Bigtable.V2` namespace, which is used as a response message for Bigtable's `ReadRows` operation."],["The latest version available is 3.17.0, with a comprehensive list of versions ranging back to version 2.2.0, which is also included."],["The `ReadRowsResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The class has two constructors, a default constructor and one that takes another `ReadRowsResponse` object, and includes properties for managing `CellChunk` collections and the `LastScannedRowKey`."],["The document provides links to the documentation for each version of `ReadRowsResponse`, along with the inherited members and relevant properties such as `Chunks` and `LastScannedRowKey`, for reference."]]],[]]