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."],[[["The latest version available for `ReadRowsResponse` is 3.17.0, which can be found at the provided link, however the current version being shown in the webpage is 2.9.0."],["`ReadRowsResponse` is a class that includes row data, progress, and throttling information when `ReadRows` is called."],["The `ReadRowsResponse` class offers data in both Arrow and Avro formats, accessed through `ArrowRecordBatch` and `AvroRows` properties, respectively, along with corresponding schema details via `ArrowSchema` and `AvroSchema`."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ReadRowsResponse` has properties such as `RowCount`, `Stats`, and `ThrottleState`, which provide information about the number of serialized rows, stream statistics, and throttling status, respectively."]]],[]]