Class ReadRowsRequest (3.0.0)

public sealed class ReadRowsRequest : IMessage<ReadRowsRequest>, IEquatable<ReadRowsRequest>, IDeepCloneable<ReadRowsRequest>, IBufferMessage, IMessage

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
Int64

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