Class TieredStorageConfig (2.38.0)

TieredStorageConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Config for tiered storage. A valid config must have a valid TieredStorageRule. Otherwise the whole TieredStorageConfig must be unset. By default all data is stored in the SSD tier (only SSD instances can configure tiered storage).

Attribute

Name Description
infrequent_access google.cloud.bigtable_admin_v2.types.TieredStorageRule
Rule to specify what data is stored in the infrequent access(IA) tier. The IA tier allows storing more data per node with reduced performance.