Google Cloud Bigtable Administration v2 API - Class CheckConsistencyRequest (3.14.0)

public sealed class CheckConsistencyRequest : IMessage<CheckConsistencyRequest>, IEquatable<CheckConsistencyRequest>, IDeepCloneable<CheckConsistencyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CheckConsistencyRequest.

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency][google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency]

Inheritance

object > CheckConsistencyRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

CheckConsistencyRequest()

public CheckConsistencyRequest()

CheckConsistencyRequest(CheckConsistencyRequest)

public CheckConsistencyRequest(CheckConsistencyRequest other)
Parameter
NameDescription
otherCheckConsistencyRequest

Properties

ConsistencyToken

public string ConsistencyToken { get; set; }

Required. The token created using GenerateConsistencyToken for the Table.

Property Value
TypeDescription
string

DataBoostReadLocalWrites

public DataBoostReadLocalWrites DataBoostReadLocalWrites { get; set; }

Checks that reads using an app profile with DataBoostIsolationReadOnly can see all writes committed before the token was created, but only if the read and write target the same cluster.

Property Value
TypeDescription
DataBoostReadLocalWrites

ModeCase

public CheckConsistencyRequest.ModeOneofCase ModeCase { get; }
Property Value
TypeDescription
CheckConsistencyRequestModeOneofCase

Name

public string Name { get; set; }

Required. The unique name of the Table for which to check replication consistency. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

Property Value
TypeDescription
string

StandardReadRemoteWrites

public StandardReadRemoteWrites StandardReadRemoteWrites { get; set; }

Checks that reads using an app profile with StandardIsolation can see all writes committed before the token was created, even if the read and write target different clusters.

Property Value
TypeDescription
StandardReadRemoteWrites

TableName

public TableName TableName { get; set; }

TableName-typed view over the Name resource name property.

Property Value
TypeDescription
TableName