state property
Backfill job state.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default value.
- "NOT_STARTED" : 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.
- "ACTIVE" : Backfill job is running.
- "STOPPED" : Backfill job stopped (next job run will start from beginning).
- "FAILED" : Backfill job failed (due to an error).
- "COMPLETED" : Backfill completed successfully.
- "UNSUPPORTED" : Backfill job failed since the table structure is currently unsupported for backfill.
Implementation
core.String? state;