public enum StorageType extends Enum<StorageType>
Storage media types for persisting Bigtable data.
Static Fields |
|
---|---|
Name | Description |
HDD |
Flash (SSD) storage should be used. |
SSD |
Magnetic drive (HDD) storage should be used. |
UNRECOGNIZED |
The storage type is not known by this client. Please upgrade your client. |
Static Methods |
|
---|---|
Name | Description |
fromProto(StorageType proto) |
Wraps the protobuf. This method is considered an internal implementation detail and not meant to be used by applications. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
toProto() |