public sealed class CheckConsistencyResponse : IMessage<CheckConsistencyResponse>, IEquatable<CheckConsistencyResponse>, IDeepCloneable<CheckConsistencyResponse>, IBufferMessage, IMessage
Response message for [google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency][google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency]
Implements
IMessage<CheckConsistencyResponse>, IEquatable<CheckConsistencyResponse>, IDeepCloneable<CheckConsistencyResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
CheckConsistencyResponse()
public CheckConsistencyResponse()
CheckConsistencyResponse(CheckConsistencyResponse)
public CheckConsistencyResponse(CheckConsistencyResponse other)
Parameter | |
---|---|
Name | Description |
other | CheckConsistencyResponse |
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 | |
---|---|
Type | Description |
Boolean |