Firestore Admin v1 API - Enum Backup.Types.State (3.8.0)

public enum Backup.Types.State

Reference documentation and code samples for the Firestore Admin v1 API enum Backup.Types.State.

Indicate the current state of the backup.

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Fields

NameDescription
Creating

The pending backup is still being created. Operations on the backup will be rejected in this state.

NotAvailable

The backup is not available at this moment.

Ready

The backup is complete and ready to use.

Unspecified

The state is unspecified.