Enum Snapshot.Types.State (3.2.0)

public enum State

Possible states of a snapshot.

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Fields

NameDescription
Creating

The snapshot is currently being created, and may be destroyed if the creation process encounters an error. A snapshot may not be restored to a table while it is being created.

NotKnown

The state of the snapshot could not be determined.

Ready

The snapshot has been successfully created and can serve all requests.