SplitReadStreamResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)Response message for SplitReadStream.
Attributes |
|
|---|---|
| Name | Description |
primary_stream |
google.cloud.bigquery_storage_v1.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_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. |