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]
Required. The unique name of the Table for which to check replication
consistency. Values are of the form
projects/{project}/instances/{instance}/tables/{table}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `CheckConsistencyRequest` class within the Google Cloud Bigtable Administration v2 API, which is used to check the consistency of a table in Bigtable."],["The `CheckConsistencyRequest` class has two primary properties: `ConsistencyToken`, a string required for checking consistency, and `Name`, which is the unique identifier of the table being checked, in a specific format."],["The latest version documented is 3.24.0, with a comprehensive list of previous versions provided, down to version 2.4.0."],["The `CheckConsistencyRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["There are two constructors available for the `CheckConsistencyRequest` class: a default constructor and one that takes another `CheckConsistencyRequest` object as a parameter, and the class is under the `Google.Cloud.Bigtable.Admin.V2` namespace."]]],[]]