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."],[[["The webpage provides documentation for the `ReadRowsRequest` class within the Google BigQuery Storage v1 API for .NET, with the latest version being 3.17.0."],["`ReadRowsRequest` is a message class used to request reading rows from a BigQuery Storage stream, and it inherits from object while also implementing multiple interfaces."],["The class has two constructors, one default and one that takes another `ReadRowsRequest` object, allowing for object creation and cloning."],["`ReadRowsRequest` includes two key properties, `Offset`, which dictates the starting row, and `ReadStream`, the name of the stream to read from."],["There are many previous versions available, with links, of the `ReadRowsRequest` class reference page, going as far back as version 2.3.0."]]],[]]