public sealed class MutateRowRequest : IMessage<MutateRowRequest>, IEquatable<MutateRowRequest>, IDeepCloneable<MutateRowRequest>, IBufferMessage, IMessage
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\u003eThis page details the \u003ccode\u003eMutateRowRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, as found in the Google.Cloud.Bigtable.V2.dll assembly, which is utilized for sending row mutation requests to Google Cloud Bigtable.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMutateRowRequest\u003c/code\u003e class, which inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, provides methods and properties for constructing mutation requests.\u003c/p\u003e\n"],["\u003cp\u003eThe most up to date version is 3.17.0, and there are many previous versions, all the way down to version 2.2.0 that can be reviewed, all containing the \u003ccode\u003eMutateRowRequest\u003c/code\u003e component of the API.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eMutateRowRequest\u003c/code\u003e include \u003ccode\u003eTableName\u003c/code\u003e, \u003ccode\u003eRowKey\u003c/code\u003e, \u003ccode\u003eMutations\u003c/code\u003e, and \u003ccode\u003eAppProfileId\u003c/code\u003e, which are used to specify the table, the row to be modified, the operations to perform, and any specific application profiles for routing.\u003c/p\u003e\n"],["\u003cp\u003eThere are 2 constructors for creating a new \u003ccode\u003eMutateRowRequest\u003c/code\u003e object, either through default creation or through cloning an existing \u003ccode\u003eMutateRowRequest\u003c/code\u003e instance, and contains a variety of inherited members from the \u003ccode\u003eObject\u003c/code\u003e class such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]