public sealed class ReadRowsResponse : IMessage<ReadRowsResponse>, IEquatable<ReadRowsResponse>, IDeepCloneable<ReadRowsResponse>, IBufferMessage, IMessage
Response from calling ReadRows may include row data, progress and
throttling information.
[[["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-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eReadRowsResponse\u003c/code\u003e class, which is utilized to encapsulate the data, progress, and throttling information returned from a \u003ccode\u003eReadRows\u003c/code\u003e operation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadRowsResponse\u003c/code\u003e class can return data in either Arrow RecordBatch or AVRO format, each with its own associated schema represented by the \u003ccode\u003eArrowSchema\u003c/code\u003e and \u003ccode\u003eAvroSchema\u003c/code\u003e properties, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides properties like \u003ccode\u003eRowCount\u003c/code\u003e to denote the number of rows within the data block, as well as \u003ccode\u003eStats\u003c/code\u003e and \u003ccode\u003eThrottleState\u003c/code\u003e to manage stream statistics and throttling information.\u003c/p\u003e\n"],["\u003cp\u003eThe page presents a list of versions for this class, from the latest version \u003ccode\u003e3.17.0\u003c/code\u003e to the older \u003ccode\u003e2.3.0\u003c/code\u003e, all of which can be interacted with through their respective links, however, version \u003ccode\u003e2.7.0\u003c/code\u003e is the primary focus.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadRowsResponse\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and 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, allowing for a variety of operations and interactions.\u003c/p\u003e\n"]]],[],null,[]]