Show / Hide Table of Contents

Class ClusterState

The state of a table's data in a particular cluster.

Inheritance
object
ClusterState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX