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

public enum MigrationTask.Types.State

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

Possible states of a migration task.

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Fields

NameDescription
Failed

The task finished unsuccessfully.

Orchestrating

The task is assigned to an orchestrator.

Paused

Tha task is paused. Assigned subtasks can continue, but no new subtasks will be scheduled.

Pending

The task is waiting for orchestration.

Running

The task is running, i.e. its subtasks are ready for execution.

Succeeded

The task finished successfully.

Unspecified

The state is unspecified.