Cloud Bigtable V2 Client - Class StorageType (1.23.0)

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

Methods

name

Parameter
NameDescription
value mixed

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;