Reference documentation and code samples for the Cloud Bigtable V2 Client class Priority.
Possible priorities for an app profile. Note that higher priority writes can sometimes queue behind lower priority writes to the same tablet, as writes must be strictly sequenced in the durability log.
Protobuf type google.bigtable.admin.v2.AppProfile.Priority
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ AppProfileMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PRIORITY_UNSPECIFIED
Value: 0
Default value. Mapped to PRIORITY_HIGH (the legacy behavior) on creation.
Generated from protobuf enum PRIORITY_UNSPECIFIED = 0;
PRIORITY_LOW
Value: 1
Generated from protobuf enum PRIORITY_LOW = 1;
PRIORITY_MEDIUM
Value: 2
Generated from protobuf enum PRIORITY_MEDIUM = 2;
PRIORITY_HIGH
Value: 3
Generated from protobuf enum PRIORITY_HIGH = 3;