backupType property

String? backupType
getter/setter pair

Indicates the backup type of the backup. Possible string values are:

  • "BACKUP_TYPE_UNSPECIFIED" : Not specified.
  • "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.
  • "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.

Implementation

core.String? backupType;