public enum WriteStream.Types.TypeReference documentation and code samples for the Google BigQuery Storage v1 API enum WriteStream.Types.Type.
Type enum of the stream.
Namespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Fields |
|
|---|---|
| Name | Description |
Buffered |
Data is only visible up to the offset to which it was flushed. |
Committed |
Data will commit automatically and appear as soon as the write is acknowledged. |
Pending |
Data is invisible until the stream is committed. |
Unspecified |
Unknown type. |