Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::TieredStorageConfig.
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).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#infrequent_access
def infrequent_access() -> ::Google::Cloud::Bigtable::Admin::V2::TieredStorageRule
Returns
- (::Google::Cloud::Bigtable::Admin::V2::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.
#infrequent_access=
def infrequent_access=(value) -> ::Google::Cloud::Bigtable::Admin::V2::TieredStorageRule
Parameter
- value (::Google::Cloud::Bigtable::Admin::V2::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.
Returns
- (::Google::Cloud::Bigtable::Admin::V2::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.