Google Cloud Bigtable Administration v2 API - Class CheckConsistencyRequest (3.17.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
Name Description
other CheckConsistencyRequest

Properties

ConsistencyToken

public string ConsistencyToken { get; set; }

Required. The token created using GenerateConsistencyToken for the Table.

Property Value
Type Description
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
Type Description
DataBoostReadLocalWrites

ModeCase

public CheckConsistencyRequest.ModeOneofCase ModeCase { get; }
Property Value
Type Description
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
Type Description
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
Type Description
StandardReadRemoteWrites

TableName

public TableName TableName { get; set; }

TableName-typed view over the Name resource name property.

Property Value
Type Description
TableName