Interface protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse (2.6.2)

Properties of a SplitReadStreamResponse.

Package

@google-cloud/bigquery-storage!

Properties

primaryStream

primaryStream?: (google.cloud.bigquery.storage.v1beta1.IStream|null);

SplitReadStreamResponse primaryStream

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

remainderStream

remainderStream?: (google.cloud.bigquery.storage.v1beta1.IStream|null);

SplitReadStreamResponse remainderStream

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