Class SplitReadStreamResponse (2.8.0)

SplitReadStreamResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for SplitReadStream. .. attribute:: primary_stream

Primary stream, which contains the beginning portion of |original_stream|. An empty value indicates that the original stream can no longer be split.

:type: google.cloud.bigquery_storage_v1.types.ReadStream

Attribute

NameDescription
remainder_stream google.cloud.bigquery_storage_v1.types.ReadStream
Remainder stream, which contains the tail of \|original_stream|. An empty value indicates that the original stream can no longer be split.