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 of the `ReadRowsResponse` is 3.17.0, part of the Google.Cloud.BigQuery.Storage.V1 namespace in .NET, with multiple previous versions listed, ranging back to 2.3.0."],["The `ReadRowsResponse` class is used for handling data, progress, and throttling information returned from the `ReadRows` call and implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["`ReadRowsResponse` supports serialized row data in both Arrow RecordBatch and AVRO formats, accessible via `ArrowRecordBatch` and `AvroRows` properties respectively."],["The class contains schema information accessible via the `ArrowSchema` and `AvroSchema` properties, as well as the ability to return the number of serialized rows in a block via the `RowCount` property."],["The class contains information related to the current streaming status of the data, including stats via the `Stats` property, and any throttling information using the `ThrottleState` property."]]],[]]