Interface protos.google.cloud.bigquery.storage.v1beta1.IReadSession (2.3.0)

Properties of a ReadSession.

Package

@google-cloud/bigquery-storage!

Properties

arrowSchema

arrowSchema?: (google.cloud.bigquery.storage.v1beta1.IArrowSchema|null);

ReadSession arrowSchema

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1beta1.IArrowSchema|null)

avroSchema

avroSchema?: (google.cloud.bigquery.storage.v1beta1.IAvroSchema|null);

ReadSession avroSchema

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1beta1.IAvroSchema|null)

expireTime

expireTime?: (google.protobuf.ITimestamp|null);

ReadSession expireTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

name

name?: (string|null);

ReadSession name

Property Value
TypeDescription
(string|null)

shardingStrategy

shardingStrategy?: (google.cloud.bigquery.storage.v1beta1.ShardingStrategy|keyof typeof google.cloud.bigquery.storage.v1beta1.ShardingStrategy|null);

ReadSession shardingStrategy

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1beta1.ShardingStrategy|keyof typeof google.cloud.bigquery.storage.v1beta1.ShardingStrategy|null)

streams

streams?: (google.cloud.bigquery.storage.v1beta1.IStream[]|null);

ReadSession streams

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1beta1.IStream[]|null)

tableModifiers

tableModifiers?: (google.cloud.bigquery.storage.v1beta1.ITableModifiers|null);

ReadSession tableModifiers

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1beta1.ITableModifiers|null)

tableReference

tableReference?: (google.cloud.bigquery.storage.v1beta1.ITableReference|null);

ReadSession tableReference

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1beta1.ITableReference|null)