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 `ReadRowsResponse` class provides a response structure for calls to `ReadRows`, including row data, progress, and throttling information."],["The latest version for the `Google.Cloud.BigQuery.Storage.V1` package is 3.17.0, and it provides many previous versions, going back as far as 2.3.0."],["`ReadRowsResponse` objects can contain row data in either Arrow RecordBatch or AVRO format, represented by the `ArrowRecordBatch` and `AvroRows` properties respectively."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its comprehensive capabilities in handling data and operations."],["The class has several properties, including `RowCount`, `Stats`, and `ThrottleState`, which supply more details on the data and the response's current status."]]],[]]