Cloud Bigtable Admin V2 API - Module Google::Cloud::Bigtable::Admin::V2::AppProfile::Priority (v0.26.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API module Google::Cloud::Bigtable::Admin::V2::AppProfile::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.

Constants

PRIORITY_UNSPECIFIED

value: 0
Default value. Mapped to PRIORITY_HIGH (the legacy behavior) on creation.

PRIORITY_LOW

value: 1

PRIORITY_MEDIUM

value: 2

PRIORITY_HIGH

value: 3