public sealed class CheckConsistencyRequest : IMessage<CheckConsistencyRequest>, IEquatable<CheckConsistencyRequest>, IDeepCloneable<CheckConsistencyRequest>, IBufferMessage, IMessage
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."],[[["The webpage provides documentation for the `CheckConsistencyRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for .NET development."],["The latest version documented is 3.24.0, with a range of versions from 3.24.0 down to 2.4.0 available for reference, and this class is within the scope of version 3.1.0."],["The `CheckConsistencyRequest` class is used to check the replication consistency of a Bigtable table via the `BigtableTableAdmin.CheckConsistency` method."],["Key properties of the `CheckConsistencyRequest` class include `ConsistencyToken` and `Name`, with the latter also having a `TableName` property providing a typed view of the resource name."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, as well as has 2 constructors, one parameterless and one that takes a `CheckConsistencyRequest` object as a parameter."]]],[]]