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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eReadRowsResponse\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, detailing its role as a response message for Bigtable's \u003ccode\u003eReadRows\u003c/code\u003e function.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadRowsResponse\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its comprehensive functionality within the Google Cloud Bigtable environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eChunks\u003c/code\u003e property, a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eCellChunk\u003c/code\u003e types, is detailed, specifying that it holds a collection of a row's contents as part of a read request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLastScannedRowKey\u003c/code\u003e property, a \u003ccode\u003eByteString\u003c/code\u003e, is used to store the key of the last row scanned, which can help clients optimize retry requests by skipping previously processed data.\u003c/p\u003e\n"],["\u003cp\u003eThe document lists multiple versions of the \u003ccode\u003eGoogle.Cloud.Bigtable.V2.ReadRowsResponse\u003c/code\u003e, from version 2.2.0 up to the latest version 3.17.0, indicating version history for the API.\u003c/p\u003e\n"]]],[],null,[]]