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\u003eThe content focuses on the \u003ccode\u003eReadRowsResponse\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, detailing its different versions and properties.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadRowsResponse\u003c/code\u003e class serves as the response message for the Bigtable.ReadRows operation, inheriting from Object and implementing several interfaces, including IMessage and IEquatable.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two primary properties, \u003ccode\u003eChunks\u003c/code\u003e, which is a collection of cell data related to the rows being requested, and \u003ccode\u003eLastScannedRowKey\u003c/code\u003e, which the server may return to optimize retry requests by indicating the last row scanned.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadRowsResponse\u003c/code\u003e has two constructors, one default and another that accepts another \u003ccode\u003eReadRowsResponse\u003c/code\u003e to create a new object with the same values.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple documented versions available for the class, ranging from 2.2.0 up to the latest, 3.17.0.\u003c/p\u003e\n"]]],[],null,[]]