public sealed class ReadRowsRequest : IMessage<ReadRowsRequest>, IEquatable<ReadRowsRequest>, IDeepCloneable<ReadRowsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class ReadRowsRequest.
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."],[[["The page provides reference documentation for the `ReadRowsRequest` class within the Google BigQuery Storage v1 API for .NET."],["`ReadRowsRequest` is a request message used for reading rows and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers multiple versions of the API, with the latest being version 3.17.0, and the `ReadRowsRequest` class's information being presented in the context of version 3.5.0."],["Key properties of the `ReadRowsRequest` class include `Offset`, which specifies the starting row to read from, and `ReadStream`, which is a required field indicating the stream to read rows from."],["The documentation also provides the constructors and inherited members of the `ReadRowsRequest` class, providing additional context for developers."]]],[]]