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."],[[["This document provides reference information for the `ReadRowsRequest` class within the Google BigQuery Storage v1 API, specifically for version 3.12.0."],["`ReadRowsRequest` is used as a request message for reading rows from a specified stream, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists available versions of the Google.Cloud.BigQuery.Storage.V1 API, ranging from version 2.3.0 up to the latest 3.17.0, with links to each versions documentation."],["The class `ReadRowsRequest` has two constructors available: one default constructor and another that takes an existing `ReadRowsRequest` object to copy its properties."],["Key properties of the `ReadRowsRequest` class include `Offset`, which determines where in the stream to begin reading, and `ReadStream`, which is a required string identifying the stream to read from."]]],[]]