Properties of a ReadSession.
Package
@google-cloud/bigquery-storage!Properties
arrowSchema
arrowSchema?: (google.cloud.bigquery.storage.v1beta1.IArrowSchema|null);
ReadSession arrowSchema
Type | Description |
(google.cloud.bigquery.storage.v1beta1.IArrowSchema|null) |
avroSchema
avroSchema?: (google.cloud.bigquery.storage.v1beta1.IAvroSchema|null);
ReadSession avroSchema
Type | Description |
(google.cloud.bigquery.storage.v1beta1.IAvroSchema|null) |
expireTime
expireTime?: (google.protobuf.ITimestamp|null);
ReadSession expireTime
Type | Description |
(google.protobuf.ITimestamp|null) |
name
name?: (string|null);
ReadSession name
Type | Description |
(string|null) |
shardingStrategy
shardingStrategy?: (google.cloud.bigquery.storage.v1beta1.ShardingStrategy|keyof typeof google.cloud.bigquery.storage.v1beta1.ShardingStrategy|null);
ReadSession shardingStrategy
Type | Description |
(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
Type | Description |
(google.cloud.bigquery.storage.v1beta1.IStream[]|null) |
tableModifiers
tableModifiers?: (google.cloud.bigquery.storage.v1beta1.ITableModifiers|null);
ReadSession tableModifiers
Type | Description |
(google.cloud.bigquery.storage.v1beta1.ITableModifiers|null) |
tableReference
tableReference?: (google.cloud.bigquery.storage.v1beta1.ITableReference|null);
ReadSession tableReference
Type | Description |
(google.cloud.bigquery.storage.v1beta1.ITableReference|null) |