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-04-17 UTC."],[[["This webpage provides documentation for the `Table.Types.ClusterState` class within the Google Cloud Bigtable Admin v2 API, specifically within the .NET framework."],["The latest version of the API available on this documentation is 3.24.0, and the current view shows version 3.22.0 with 29 other versions available for review."],["The `Table.Types.ClusterState` class defines the state of a table's data within a specific cluster, including its replication state and encryption information."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, comparison, deep cloning, and buffer management."],["The class contains two main properties: `EncryptionInfo`, which provides details about the table's encryption, and `ReplicationState`, which describes the state of replication for the table in the cluster."]]],[]]