public enum BackupViewReference documentation and code samples for the Backup and DR Service v1 API enum BackupView.
BackupView contains enum options for Partial and Full view.
Namespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Fields |
|
|---|---|
| Name | Description |
Basic |
Includes basic data about the Backup, but not the full contents. |
Full |
Includes all data about the Backup. This is the default value (for both ListBackups and GetBackup). |
Unspecified |
If the value is not set, the default 'FULL' view is used. |