Cloud Bigtable V2 Client - Class BackupType (2.21.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ Backup
Methods
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-11 UTC."],[],[]]