public enum LineageOutput.Types.ProgressReport.Types.WorkSummary.Types.StateReference documentation and code samples for the BigQuery Migration v2 API enum LineageOutput.Types.ProgressReport.Types.WorkSummary.Types.State.
States of work. Each piece of work is in exactly one state. [SUCCEEDED], [FAILED] and [SKIPPED] are terminal states; work in the [IN_PROGRESS] will eventually transition to one of the terminal states.
Namespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Fields |
|
|---|---|
| Name | Description |
Failed |
Work that failed processing. |
InProgress |
Work that is currently being processed or queued for processing. |
Skipped |
Work that was recognised as necessary to fully process inputs but was skipped due to system limitations. |
Succeeded |
Work that was processed successfully. |
Unspecified |
The state is not specified. |