public sealed class CheckAndMutateRowResponse : IMessage<CheckAndMutateRowResponse>, IEquatable<CheckAndMutateRowResponse>, IDeepCloneable<CheckAndMutateRowResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class CheckAndMutateRowResponse.
[[["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 webpage provides reference documentation for the `CheckAndMutateRowResponse` class in the Google Bigtable v2 API for .NET, which is used to handle responses from the `CheckAndMutateRow` method."],["The latest version of the `CheckAndMutateRowResponse` documentation is 3.17.0, but the page also includes a listing of past version documentations dating back to version 2.2.0."],["The `CheckAndMutateRowResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The main properties of this class includes `PredicateMatched`, which is a boolean value to indicate whether the predicate filter yielded any results for the specified row."]]],[]]