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.
Implements
IMessageTableTypesClusterState, IEquatableTableTypesClusterState, IDeepCloneableTableTypesClusterState, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ClusterState()
public ClusterState()
ClusterState(ClusterState)
public ClusterState(Table.Types.ClusterState other)
Parameter | |
---|---|
Name | Description |
other | TableTypesClusterState |
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 |
RepeatedFieldEncryptionInfo |
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 |
TableTypesClusterStateTypesReplicationState |