@Generated
public interface TieredStorageConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TieredStorageRule |
getInfrequentAccess()
Rule to specify what data is stored in the infrequent access(IA) tier.
|
TieredStorageRuleOrBuilder |
getInfrequentAccessOrBuilder()
Rule to specify what data is stored in the infrequent access(IA) tier.
|
boolean |
hasInfrequentAccess()
Rule to specify what data is stored in the infrequent access(IA) tier.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInfrequentAccess()
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.
.google.bigtable.admin.v2.TieredStorageRule infrequent_access = 1;TieredStorageRule 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.
.google.bigtable.admin.v2.TieredStorageRule infrequent_access = 1;TieredStorageRuleOrBuilder getInfrequentAccessOrBuilder()
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.
.google.bigtable.admin.v2.TieredStorageRule infrequent_access = 1;Copyright © 2026 Google LLC. All rights reserved.