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 used to request data from a specified stream within the Google Cloud BigQuery Storage API."],["The content provides a history of versions for the `ReadRowsRequest` class, ranging from version 3.17.0 down to 2.3.0."],["The `ReadRowsRequest` class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ReadRowsRequest` has properties such as `Offset`, `ReadStream`, and `ReadStreamAsReadStreamName`, allowing configuration of where to start reading in a stream."],["`ReadRowsRequest` also contains two constructors that allow the creation of an empty instance of the class, or one based off of another `ReadRowsRequest` instance."]]],[]]