public enum Stream.Types.State
Reference documentation and code samples for the DataStream v1alpha1 API enum Stream.Types.State.
Stream state.
Namespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Fields |
|
---|---|
Name | Description |
Created |
The stream has been created. |
Draining |
The Stream is no longer reading new events, but still writing events in the buffer. |
Failed |
The stream is experiencing an error that is preventing data from being streamed. |
FailedPermanently |
The stream has experienced a terminal failure. |
Maintenance |
The stream is in maintenance mode. Updates are rejected on the resource in this state. |
Paused |
The stream is paused. |
Running |
The stream is running. |
Starting |
The stream is starting, but not yet running. |
Unspecified |
Unspecified stream state. |