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

public enum BackfillJob.Types.State

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

State of the stream object's backfill job.

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Fields

NameDescription
Active

Backfill job is running.

Completed

Backfill completed successfully.

Failed

Backfill job failed (due to an error).

NotStarted

Backfill job was never started for the stream object (stream has backfill strategy defined as manual or object was explicitly excluded from automatic backfill).

Pending

Backfill job will start pending available resources.

Stopped

Backfill job stopped (next job run will start from beginning).

Unspecified

Default value.

Unsupported

Backfill job failed since the table structure is currently unsupported for backfill.