public sealed class Table.Types.ClusterState : IMessage<Table.Types.ClusterState>, IEquatable<Table.Types.ClusterState>, IDeepCloneable<Table.Types.ClusterState>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class Table.Types.ClusterState.
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."],[[["This webpage provides documentation for the `Table.Types.ClusterState` class within the Google Cloud Bigtable Administration v2 API, specifically in the .NET context."],["The page lists various versions of the `ClusterState` class, ranging from version 2.4.0 to the latest version 3.24.0, allowing users to access documentation for each individual release."],["`ClusterState` is a class that is used to depict the status of a table's data in a specific cluster, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `EncryptionInfo`, which provides encryption details for the table in the cluster, and `ReplicationState`, indicating the replication state of the table in the cluster."],["The document contains an overview of inherited members, constructors, properties and parameters of the class `ClusterState`."]]],[]]