Google Cloud Bigtable Administration v2 API - Enum Backup.Types.BackupType (3.20.0)

public enum Backup.Types.BackupType

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API enum Backup.Types.BackupType.

The type of the backup.

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Fields

Name Description
Hot

A backup type with faster restore to SSD performance. Only supported for backups created in SSD instances. A new SSD table restored from a hot backup reaches production performance more quickly than a standard backup.

Standard

The default type for Cloud Bigtable managed backups. Supported for backups created in both HDD and SSD instances. Requires optimization when restored to a table in an SSD instance.

Unspecified

Not specified.