DataStream v1 API - Enum Stream.Types.State (2.6.0)

public enum Stream.Types.State

Reference documentation and code samples for the DataStream v1 API enum Stream.Types.State.

Stream state.

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Fields

NameDescription
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.

NotStarted

The stream has been created but has not yet started streaming data.

Paused

The stream is paused.

Running

The stream is running.

Starting

The stream is starting, but not yet running.

Unspecified

Unspecified stream state.