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 \ V2Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STORAGE_TYPE_UNSPECIFIED
Value: 0The user did not specify a storage type.
Generated from protobuf enum STORAGE_TYPE_UNSPECIFIED = 0;
SSD
Value: 1Flash (SSD) storage should be used.
Generated from protobuf enum SSD = 1;
HDD
Value: 2Magnetic drive (HDD) storage should be used.
Generated from protobuf enum HDD = 2;