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 webpage provides reference documentation for the `ReadRowsRequest` class within the Google BigQuery Storage v1 API for .NET."],["The `ReadRowsRequest` class is a request message used for reading rows from a specified stream and is part of the `Google.Cloud.BigQuery.Storage.V1` namespace, found in the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."],["The latest version is 3.17.0, with various previous versions listed, ranging down to 2.3.0."],["The `ReadRowsRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors and properties such as `Offset`, `ReadStream`, and `ReadStreamAsReadStreamName` for specifying reading parameters."]]],[]]