Reference documentation and code samples for the Cloud Bigtable V2 Client class BackupType.
The type of the backup.
Protobuf type google.bigtable.admin.v2.Backup.BackupType
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ BackupMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
BACKUP_TYPE_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum BACKUP_TYPE_UNSPECIFIED = 0;
STANDARD
Value: 1
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.
Generated from protobuf enum STANDARD = 1;
HOT
Value: 2
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.
Generated from protobuf enum HOT = 2;