Reference documentation and code samples for the Cloud Bigtable V2 Client class 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).
Generated from protobuf message google.bigtable.admin.v2.TieredStorageConfig
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ infrequent_access |
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. |
getInfrequentAccess
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 | |
|---|---|
| Type | Description |
TieredStorageRule|null |
|
hasInfrequentAccess
clearInfrequentAccess
setInfrequentAccess
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.
| Parameter | |
|---|---|
| Name | Description |
var |
TieredStorageRule
|
| Returns | |
|---|---|
| Type | Description |
$this |
|