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 page provides reference documentation for the `ReadRowsRequest` class within the Google BigQuery Storage v1 API for .NET, specifically for version 3.8.0."],["The `ReadRowsRequest` class is used to send requests for reading rows from a BigQuery storage stream and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and another that takes an existing `ReadRowsRequest` object for creating a copy, it has properties for setting `Offset` and `ReadStream`."],["The documentation lists all available versions of the `ReadRowsRequest` class from 2.3.0 all the way up to the latest version, 3.17.0."],["The class inherits from the base `object` class and offers a way to access the `ReadStream` property in the form of `ReadStreamName` object."]]],[]]