Cloud Bigtable V2 Client - Class Edition (2.24.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class Edition.

Possible editions of an instance.

An edition is a specific tier of Cloud Bigtable. Each edition is tailored to different customer needs. Higher tiers offer more features and better performance.

Protobuf type google.bigtable.admin.v2.Instance.Edition

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2 \ Instance

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

EDITION_UNSPECIFIED

Value: 0

The edition is unspecified. This is treated as ENTERPRISE.

Generated from protobuf enum EDITION_UNSPECIFIED = 0;

ENTERPRISE

Value: 1

The Enterprise edition. This is the default offering that is designed to meet the needs of most enterprise workloads.

Generated from protobuf enum ENTERPRISE = 1;

ENTERPRISE_PLUS

Value: 2

The Enterprise Plus edition. This is a premium tier that is designed for demanding, multi-tenant workloads requiring the highest levels of performance, scale, and global availability.

The nodes in the Enterprise Plus tier come at a higher cost than the Enterprise tier. Any Enterprise Plus features must be disabled before downgrading to Enterprise.

Generated from protobuf enum ENTERPRISE_PLUS = 2;