Enum ProjectsResource.LocationsResource.BackupVaultsResource.DataSourcesResource.BackupsResource.FetchForResourceTypeRequest.ViewEnum
Optional. This parameter is used to specify the view of the backup. If not specified, the default view is BASIC.
Namespace: Google.Apis.Backupdr.v1
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.BackupVaultsResource.DataSourcesResource.BackupsResource.FetchForResourceTypeRequest.ViewEnum
Fields
| Name | Description |
|---|---|
| BACKUPVIEWBASIC | Includes basic data about the Backup, but not the full contents. |
| BACKUPVIEWFULL | Includes all data about the Backup. This is the default value (for both ListBackups and GetBackup). |
| BACKUPVIEWUNSPECIFIED | If the value is not set, the default 'FULL' view is used. |