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

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 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 will be created automatically on creation of a database within the instance. The default backup schedule creates a full backup every 24 hours and retains the backup for a period of 7 days. Once created, the default backup schedule can be edited/deleted similar to any other backup schedule.

None

No default backup schedule will be created automatically on creation of a database within the instance.

Unspecified

Not specified.