Enum StorageType (2.20.0)

public enum StorageType extends Enum<StorageType>

Storage media types for persisting Bigtable data.

Static Fields

NameDescription
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

NameDescription
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

NameDescription
toProto()