Cloud Bigtable V2 Client - Class Priority (1.29.2)

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 \ AppProfile

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;