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 page details the `ReadRowsResponse` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, used for handling responses from `ReadRows` calls and includes row data, progress and throttling info."],["It provides a comprehensive list of available versions of `ReadRowsResponse`, ranging from the latest 3.17.0 down to version 2.3.0, including links to each version's documentation."],["The `ReadRowsResponse` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ReadRowsResponse` class include `ArrowRecordBatch`, `ArrowSchema`, `AvroRows`, `AvroSchema`, `RowCount`, `Stats`, and `ThrottleState`, all of which provide specific information about the data and stream."],["The two constructors available are `ReadRowsResponse()` which is a default constructor, and `ReadRowsResponse(ReadRowsResponse other)` which is a copy constructor to create new instances."]]],[]]