public sealed class ClusterState : IMessage<Table.Types.ClusterState>, IEquatable<Table.Types.ClusterState>, IDeepCloneable<Table.Types.ClusterState>, IBufferMessage, IMessage
The state of a table's data in a particular cluster.
public RepeatedField<EncryptionInfo> EncryptionInfo { get; }
Output only. The encryption information for the table in this cluster.
If the encryption key protecting this resource is customer managed, then
its version can be rotated in Cloud Key Management Service (Cloud KMS).
The primary version of the key and its status will be reflected here when
changes propagate from Cloud KMS.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage details the `ClusterState` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for version 2.7.0, outlining its role in representing the state of a table's data in a cluster."],["The latest version, 3.24.0, is available, with a history of versions dating back to 2.4.0 all listed and linked for navigation purposes."],["The `ClusterState` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["Key properties of `ClusterState` include `EncryptionInfo`, which provides details about the encryption for the table in this cluster, and `ReplicationState`, which indicates the replication status of the table in this cluster."],["The class has two constructors: a default constructor and one that takes another `ClusterState` instance as a parameter."]]],[]]