public sealed class MutateRowsResponse : IMessage<MutateRowsResponse>, IEquatable<MutateRowsResponse>, IDeepCloneable<MutateRowsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class MutateRowsResponse.
[[["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 `MutateRowsResponse` class within the Google Bigtable v2 API for .NET, across various versions."],["The `MutateRowsResponse` class is a sealed class representing the response message for the `BigtableService.MutateRows` method."],["It includes an `Entries` property, which is a collection of `MutateRowsResponse.Types.Entry` objects representing individual results from a batch mutation request."],["The `MutateRowsResponse` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions documented for this class, starting from version 2.2.0 up to the latest version 3.17.0, with each version linked to its specific documentation page."]]],[]]