SplitReadStreamResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Attributes
Name | Description |
primary_stream |
google.cloud.bigquery_storage_v1beta2.types.ReadStream
Primary stream, which contains the beginning portion of \|original_stream|. An empty value indicates that the original stream can no longer be split. |
remainder_stream |
google.cloud.bigquery_storage_v1beta2.types.ReadStream
Remainder stream, which contains the tail of \|original_stream|. An empty value indicates that the original stream can no longer be split. |