Class ClusterState
The state of a table's data in a particular cluster.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ClusterState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptionInfo
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.
Declaration
[JsonProperty("encryptionInfo")]
public virtual IList<EncryptionInfo> EncryptionInfo { get; set; }
Property Value
Type | Description |
---|---|
IList<EncryptionInfo> |
ReplicationState
Output only. The state of replication for the table in this cluster.
Declaration
[JsonProperty("replicationState")]
public virtual string ReplicationState { get; set; }
Property Value
Type | Description |
---|---|
string |