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."],["This class represents a response from calling `ReadRows`, which may include row data, progress information, and throttling details."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`ReadRowsResponse` supports serialized row data in both Arrow RecordBatch and AVRO formats, with properties like `ArrowRecordBatch` and `AvroRows` respectively."],["It provides properties to check the schema, including `ArrowSchema` and `AvroSchema`, as well as the row count, the stream statistics, and the throttling state."]]],[]]