Google Cloud Spanner Instance Administration v1 API - Enum Instance.Types.DefaultBackupScheduleType (5.0.0)

public enum Instance.Types.DefaultBackupScheduleType

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API enum Instance.Types.DefaultBackupScheduleType.

Indicates the default backup schedule behavior for new databases within the instance.

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Fields

Name Description
Automatic

A default backup schedule is created automatically when a new database is created in the instance. The default backup schedule creates a full backup every 24 hours. These full backups are retained for 7 days. You can edit or delete the default backup schedule once it's created.

None

A default backup schedule isn't created automatically when a new database is created in the instance.

Unspecified

Not specified.