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 \u003ccode\u003eReadRowsResponse\u003c/code\u003e class provides a response structure for calls to \u003ccode\u003eReadRows\u003c/code\u003e, including row data, progress, and throttling information.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version for the \u003ccode\u003eGoogle.Cloud.BigQuery.Storage.V1\u003c/code\u003e package is 3.17.0, and it provides many previous versions, going back as far as 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReadRowsResponse\u003c/code\u003e objects can contain row data in either Arrow RecordBatch or AVRO format, represented by the \u003ccode\u003eArrowRecordBatch\u003c/code\u003e and \u003ccode\u003eAvroRows\u003c/code\u003e properties respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its comprehensive capabilities in handling data and operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class has several properties, including \u003ccode\u003eRowCount\u003c/code\u003e, \u003ccode\u003eStats\u003c/code\u003e, and \u003ccode\u003eThrottleState\u003c/code\u003e, which supply more details on the data and the response's current status.\u003c/p\u003e\n"]]],[],null,[]]