Backup and DR Service v1 API - Enum BackupView (2.0.0)

public enum BackupView

Reference 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.V1

Assembly

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.