Google BigQuery Storage v1 API - Class ReadRowsRequest (3.14.0)

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.

Request message for ReadRows.

Inheritance

object > ReadRowsRequest

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

ReadRowsRequest()

public ReadRowsRequest()

ReadRowsRequest(ReadRowsRequest)

public ReadRowsRequest(ReadRowsRequest other)
Parameter
NameDescription
otherReadRowsRequest

Properties

Offset

public long Offset { get; set; }

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.

Property Value
TypeDescription
long

ReadStream

public string ReadStream { get; set; }

Required. Stream to read rows from.

Property Value
TypeDescription
string

ReadStreamAsReadStreamName

public ReadStreamName ReadStreamAsReadStreamName { get; set; }

ReadStreamName-typed view over the ReadStream resource name property.

Property Value
TypeDescription
ReadStreamName