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.
Implements
IMessage<Table.Types.ClusterState>, IEquatable<Table.Types.ClusterState>, IDeepCloneable<Table.Types.ClusterState>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ClusterState()
public ClusterState()
ClusterState(Table.Types.ClusterState)
public ClusterState(Table.Types.ClusterState other)
Parameter | |
---|---|
Name | Description |
other | Table.Types.ClusterState |
Properties
EncryptionInfo
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.
Property Value | |
---|---|
Type | Description |
RepeatedField<EncryptionInfo> |
ReplicationState
public Table.Types.ClusterState.Types.ReplicationState ReplicationState { get; set; }
Output only. The state of replication for the table in this cluster.
Property Value | |
---|---|
Type | Description |
Table.Types.ClusterState.Types.ReplicationState |