Properties of a CreateReadSessionRequest.
Package
@google-cloud/bigquery-storage!Properties
format
format?: (google.cloud.bigquery.storage.v1beta1.DataFormat|keyof typeof google.cloud.bigquery.storage.v1beta1.DataFormat|null);
CreateReadSessionRequest format
Type | Description |
(google.cloud.bigquery.storage.v1beta1.DataFormat|keyof typeof google.cloud.bigquery.storage.v1beta1.DataFormat|null) |
parent
parent?: (string|null);
CreateReadSessionRequest parent
Type | Description |
(string|null) |
readOptions
readOptions?: (google.cloud.bigquery.storage.v1beta1.ITableReadOptions|null);
CreateReadSessionRequest readOptions
Type | Description |
(google.cloud.bigquery.storage.v1beta1.ITableReadOptions|null) |
requestedStreams
requestedStreams?: (number|null);
CreateReadSessionRequest requestedStreams
Type | Description |
(number|null) |
shardingStrategy
shardingStrategy?: (google.cloud.bigquery.storage.v1beta1.ShardingStrategy|keyof typeof google.cloud.bigquery.storage.v1beta1.ShardingStrategy|null);
CreateReadSessionRequest shardingStrategy
Type | Description |
(google.cloud.bigquery.storage.v1beta1.ShardingStrategy|keyof typeof google.cloud.bigquery.storage.v1beta1.ShardingStrategy|null) |
tableModifiers
tableModifiers?: (google.cloud.bigquery.storage.v1beta1.ITableModifiers|null);
CreateReadSessionRequest tableModifiers
Type | Description |
(google.cloud.bigquery.storage.v1beta1.ITableModifiers|null) |
tableReference
tableReference?: (google.cloud.bigquery.storage.v1beta1.ITableReference|null);
CreateReadSessionRequest tableReference
Type | Description |
(google.cloud.bigquery.storage.v1beta1.ITableReference|null) |