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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eReadRowsResponse\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadRowsResponse\u003c/code\u003e class is used for handling data, progress, and throttling information returned from the \u003ccode\u003eReadRows\u003c/code\u003e call and implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReadRowsResponse\u003c/code\u003e supports serialized row data in both Arrow RecordBatch and AVRO formats, accessible via \u003ccode\u003eArrowRecordBatch\u003c/code\u003e and \u003ccode\u003eAvroRows\u003c/code\u003e properties respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains schema information accessible via the \u003ccode\u003eArrowSchema\u003c/code\u003e and \u003ccode\u003eAvroSchema\u003c/code\u003e properties, as well as the ability to return the number of serialized rows in a block via the \u003ccode\u003eRowCount\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains information related to the current streaming status of the data, including stats via the \u003ccode\u003eStats\u003c/code\u003e property, and any throttling information using the \u003ccode\u003eThrottleState\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,[]]