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"]],[["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, which is utilized to encapsulate the data, progress, and throttling information returned from a `ReadRows` operation."],["The `ReadRowsResponse` class can return data in either Arrow RecordBatch or AVRO format, each with its own associated schema represented by the `ArrowSchema` and `AvroSchema` properties, respectively."],["The class provides properties like `RowCount` to denote the number of rows within the data block, as well as `Stats` and `ThrottleState` to manage stream statistics and throttling information."],["The page presents a list of versions for this class, from the latest version `3.17.0` to the older `2.3.0`, all of which can be interacted with through their respective links, however, version `2.7.0` is the primary focus."],["The `ReadRowsResponse` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for a variety of operations and interactions."]]],[]]