public sealed class ReadRowsRequest : IMessage<ReadRowsRequest>, IEquatable<ReadRowsRequest>, IDeepCloneable<ReadRowsRequest>, IBufferMessage, IMessageRequest message for ReadRows.
Implements
IMessage<ReadRowsRequest>, IEquatable<ReadRowsRequest>, IDeepCloneable<ReadRowsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
ReadRowsRequest()
public ReadRowsRequest()ReadRowsRequest(ReadRowsRequest)
public ReadRowsRequest(ReadRowsRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | ReadRowsRequest | 
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 | |
|---|---|
| Type | Description | 
| Int64 | |
ReadStream
public string ReadStream { get; set; }Required. Stream to read rows from.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
ReadStreamAsReadStreamName
public ReadStreamName ReadStreamAsReadStreamName { get; set; }ReadStreamName-typed view over the ReadStream resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| ReadStreamName | |