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 documentation for the `ReadRowsRequest` class within the Google BigQuery Storage v1 API, specifically for version 3.10.0."],["The `ReadRowsRequest` class is used to request data from a specified stream, which implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document covers the available versions of `ReadRowsRequest` in descending order, from the latest version 3.17.0 down to version 2.3.0, indicating a history of its API documentation."],["The `ReadRowsRequest` class includes properties like `Offset` (specifying the starting point for data retrieval) and `ReadStream` (the stream identifier), with associated types and descriptions."],["The document details the inheritance, implemented interfaces, namespace (`Google.Cloud.BigQuery.Storage.V1`), and assembly (`Google.Cloud.BigQuery.Storage.V1.dll`) relevant to the `ReadRowsRequest` class."]]],[]]