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 is part of the `Google.Cloud.BigQuery.Storage.V1` namespace and is found within the `Google.Cloud.BigQuery.Storage.V1.dll` assembly, with this specific page detailing version 2.3.0."],["This class, `ReadRowsResponse`, handles responses from `ReadRows` calls, potentially containing row data, progress updates, and information on throttling."],["The `ReadRowsResponse` class can hold serialized row data in either Arrow RecordBatch or AVRO format, with corresponding schema properties for each, along with a row count property."],["The class also includes properties for stream statistics (`Stats`) and the throttling state (`ThrottleState`), providing information about the data stream's performance."],["The latest version for this class is 3.17.0, and this page contains documentation for a range of previous versions back to version 2.3.0, and provides links to them all."]]],[]]