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]
[[["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-25 UTC."],[[["The webpage provides documentation for the `CheckConsistencyResponse` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The latest version of the documentation available is 3.24.0, while the current page is focused on version 3.15.0, and there is documentation for numerous versions ranging from 2.4.0 all the way up to 3.24.0."],["`CheckConsistencyResponse` is a class used as a response message for checking consistency in the Bigtable service, and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `CheckConsistencyResponse` class offers two constructors: one default and another that takes another `CheckConsistencyResponse` object, and it has a `Consistent` property of type `bool`."]]],[]]