BigQuery Migration v2 API - Enum MigrationWorkflow.Types.State (1.3.0)

public enum MigrationWorkflow.Types.State

Reference documentation and code samples for the BigQuery Migration v2 API enum MigrationWorkflow.Types.State.

Possible migration workflow states.

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Fields

NameDescription
Completed

Workflow is complete. There should not be any task in a non-terminal state, but if they are (e.g. forced termination), they will not be scheduled.

Draft

Workflow is in draft status, i.e. tasks are not yet eligible for execution.

Paused

Workflow is paused. Tasks currently in progress may continue, but no further tasks will be scheduled.

Running

Workflow is running (i.e. tasks are eligible for execution).

Unspecified

Workflow state is unspecified.