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 for reading rows in the Google Cloud BigQuery Storage API, version 3.2.0."],["The latest version available for reference documentation is 3.17.0, and the page offers access to documentation for versions ranging from 3.17.0 down to 2.3.0."],["The `ReadRowsRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ReadRowsRequest` include `Offset`, which defines the starting point for reading, and `ReadStream`, which indicates the stream from which to read rows."],["The page defines the constructor options available for the class, `ReadRowsRequest()`, and `ReadRowsRequest(ReadRowsRequest other)`."]]],[]]