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]
Implements
IMessageCheckConsistencyResponse, IEquatableCheckConsistencyResponse, IDeepCloneableCheckConsistencyResponse, 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 |
bool |