public enum Instance.Types.DefaultBackupScheduleTypeReference 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.V1Assembly
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. |