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"]],[["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."],[[["This webpage provides reference documentation for the `ReadRowsRequest` class within the Google BigQuery Storage v1 API for .NET."],["The `ReadRowsRequest` class is a request message used for reading rows from a specified stream and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `ReadRowsRequest` is 3.17.0, with documentation also available for older versions, dating back to version 2.3.0."],["Key properties of the `ReadRowsRequest` class include `Offset`, specifying the starting row offset, and `ReadStream`, indicating the stream from which to read rows."],["The `ReadRowsRequest` class has public constructors that allow for the creation of an empty request or a request based off of another, with public properties such as `Offset` and `ReadStream`."]]],[]]