Interface protos.google.cloud.bigquery.storage.v1.ICreateReadSessionRequest (2.6.2)

Properties of a CreateReadSessionRequest.

Package

@google-cloud/bigquery-storage!

Properties

maxStreamCount

maxStreamCount?: (number|null);

CreateReadSessionRequest maxStreamCount

Property Value
TypeDescription
(number|null)

parent

parent?: (string|null);

CreateReadSessionRequest parent

Property Value
TypeDescription
(string|null)

readSession

readSession?: (google.cloud.bigquery.storage.v1.IReadSession|null);

CreateReadSessionRequest readSession

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1.IReadSession|null)