Module: Google::Cloud::Bigtable::Admin::V2::AppProfile::Priority

Defined in:
proto_docs/google/bigtable/admin/v2/instance.rb

Overview

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.

Constant Summary collapse

PRIORITY_UNSPECIFIED =

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

0
PRIORITY_LOW =
1
PRIORITY_MEDIUM =
2
PRIORITY_HIGH =
3