Google Cloud Bigtable Administration v2 API - Enum CreateClusterMetadata.Types.TableProgress.Types.State (3.14.0)

public enum CreateClusterMetadata.Types.TableProgress.Types.State

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Fields

NameDescription
Cancelled

The table was deleted before it finished copying to the new cluster. Note that tables deleted after completion will stay marked as COMPLETED, not CANCELLED.

Completed

The table has been fully copied to the new cluster.

Copying

The table is actively being copied to the new cluster.

Pending

The table has not yet begun copying to the new cluster.

Unspecified