Enum Backup.Types.State (2.4.0)

public enum State

Indicates the current state of the backup.

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Fields

NameDescription
Creating

The pending backup is still being created. Operations on the backup may fail with FAILED_PRECONDITION in this state.

Ready

The backup is complete and ready for use.

Unspecified

Not specified.