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 document outlines the \u003ccode\u003eMutateRowRequest\u003c/code\u003e class, which is used to define the request message for Bigtable's \u003ccode\u003eMutateRow\u003c/code\u003e operation in version 2.3.0 of the .NET client library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMutateRowRequest\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers methods to specify the table name, row key, and mutations, such as adding or changing values, which will be atomically applied to a row in a Bigtable table.\u003c/p\u003e\n"],["\u003cp\u003eThe document provides details on the class constructors, which include a parameterless constructor and a copy constructor, and the different properties, each with a specific description and value type, that can be set in order to define the request.\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions of the documentation for MutateRowRequest are listed, from 2.2.0 all the way to 3.17.0, with 3.17.0 being the latest version.\u003c/p\u003e\n"]]],[],null,[]]