public sealed class MutateRowRequest : IMessage<MutateRowRequest>, IEquatable<MutateRowRequest>, IDeepCloneable<MutateRowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class MutateRowRequest.
Required. Changes to be atomically applied to the specified row. Entries
are applied in order, meaning that earlier mutations can be masked by later
ones. Must contain at least one entry and at most 100000.
Required. The unique name of the table to which the mutation should be
applied. 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-08-12 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eMutateRowRequest\u003c/code\u003e class within the Google Bigtable v2 API, specifically for .NET.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMutateRowRequest\u003c/code\u003e is used to send requests for the \u003ccode\u003eBigtable.MutateRow\u003c/code\u003e operation, which applies atomic changes to a specified row in a table.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing for various operations such as serialization, comparison, and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eMutateRowRequest\u003c/code\u003e include \u003ccode\u003eAppProfileId\u003c/code\u003e, \u003ccode\u003eMutations\u003c/code\u003e, \u003ccode\u003eRowKey\u003c/code\u003e, and \u003ccode\u003eTableName\u003c/code\u003e, which define routing, changes, target row, and target table, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe document lists multiple versions of the API from 2.2.0 to 3.17.0, allowing users to access documentation tailored to the version they are using, with 3.17.0 being the latest.\u003c/p\u003e\n"]]],[],null,[]]