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.
Information about how client should limit the rate (QPS). Primirily used by
supported official Cloud Bigtable clients. If unset, the rate limit info is
not provided by the server.
[[["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, detailing its purpose as a response message for batch row mutations."],["The `MutateRowsResponse` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cMutateRowsResponse\u003e`, `IDeepCloneable\u003cMutateRowsResponse\u003e`, and `IBufferMessage`, offering diverse functionalities."],["The class includes two constructors: a default constructor (`MutateRowsResponse()`) and another for creating a new instance by copying an existing `MutateRowsResponse` object (`MutateRowsResponse(MutateRowsResponse other)`)."],["The `MutateRowsResponse` class has two key properties: `Entries`, a `RepeatedField` of `MutateRowsResponse.Types.Entry` objects that contain the results of the batch requests, and `RateLimitInfo`, which provides guidance on rate limiting."],["Multiple versions of the documentation are available, ranging from version 2.2.0 to the latest version, 3.17.0, allowing users to access information relevant to specific library versions."]]],[]]