Cloud Bigtable V2 Client - Class StorageType (1.29.2)

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

Storage media types for persisting Bigtable data.

Protobuf type google.bigtable.admin.v2.StorageType

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STORAGE_TYPE_UNSPECIFIED

Value: 0

The user did not specify a storage type.

Generated from protobuf enum STORAGE_TYPE_UNSPECIFIED = 0;

SSD

Value: 1

Flash (SSD) storage should be used.

Generated from protobuf enum SSD = 1;

HDD

Value: 2

Magnetic drive (HDD) storage should be used.

Generated from protobuf enum HDD = 2;