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 details the `ReadRowsRequest` class, which is a request message used for reading rows in Google Cloud BigQuery Storage."],["The `ReadRowsRequest` class has properties such as `Offset`, `ReadStream`, and `ReadStreamAsReadStreamName`, allowing configuration of the row reading process."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, defining how the class interacts with the system."],["The page provides documentation for multiple versions of this class, ranging from version 2.3.0 to the latest version, 3.17.0, of the Google Cloud BigQuery Storage API for .NET."],["The provided documentation covers the constructors and the inherited members of the class, giving full context to the class."]]],[]]