Google Cloud Bigtable Administration v2 API - Class CheckConsistencyResponse (3.13.0)

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

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

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

Inheritance

object > CheckConsistencyResponse

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

CheckConsistencyResponse()

public CheckConsistencyResponse()

CheckConsistencyResponse(CheckConsistencyResponse)

public CheckConsistencyResponse(CheckConsistencyResponse other)
Parameter
NameDescription
otherCheckConsistencyResponse

Properties

Consistent

public bool Consistent { get; set; }

True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request.

Property Value
TypeDescription
bool