public sealed class ReadRowsRequest : IMessage<ReadRowsRequest>, IEquatable<ReadRowsRequest>, IDeepCloneable<ReadRowsRequest>, IBufferMessage, IMessage
The offset requested must be less than the last row read from Read.
Requesting a larger offset is undefined. If not specified, start reading
from offset zero.
[[["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."],[[["This page documents the `ReadRowsRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically version 2.9.0, for the .NET framework."],["The `ReadRowsRequest` class is used as a request message for reading rows, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ReadRowsRequest` class includes two constructors: a default constructor and a constructor that accepts another `ReadRowsRequest` object."],["The class defines two key properties, `Offset` which specifies where to start reading rows, and `ReadStream` which is the stream from which rows will be read, including a `ReadStreamName`-typed view for the `ReadStream`."],["This page also provides links to previous versions of the ReadRowsRequest, going back to version 2.3.0, as well as up to the latest 3.17.0."]]],[]]