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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThe provided content details the \u003ccode\u003eMutateRowRequest\u003c/code\u003e class within the Google Bigtable v2 API, showcasing its various versions, with version 3.17.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMutateRowRequest\u003c/code\u003e is a request message used for the \u003ccode\u003eBigtable.MutateRow\u003c/code\u003e function, allowing users to apply atomic changes to a specified row in a Bigtable table, with support for at least one and up to 100,000 mutations.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e and is part of the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace in the Google.Cloud.Bigtable.V2.dll assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes several properties such as \u003ccode\u003eAppProfileId\u003c/code\u003e, \u003ccode\u003eMutations\u003c/code\u003e, \u003ccode\u003eRowKey\u003c/code\u003e, and \u003ccode\u003eTableName\u003c/code\u003e, used for routing replication, setting the atomic changes, defining the row key and indicating the table where these mutations will be applied respectively.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMutateRowRequest\u003c/code\u003e has both a default constructor and one that takes another \u003ccode\u003eMutateRowRequest\u003c/code\u003e object as a parameter, and in addition to its own specific properties it also inherits \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e and \u003ccode\u003eToString()\u003c/code\u003e from the base object class.\u003c/p\u003e\n"]]],[],null,[]]