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"]],[["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 page details the `MutateRowRequest` class within the `Google.Cloud.Bigtable.V2` namespace, as found in the Google.Cloud.Bigtable.V2.dll assembly, which is utilized for sending row mutation requests to Google Cloud Bigtable."],["The `MutateRowRequest` class, which inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, provides methods and properties for constructing mutation requests."],["The 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 `MutateRowRequest` component of the API."],["Key properties of `MutateRowRequest` include `TableName`, `RowKey`, `Mutations`, and `AppProfileId`, which are used to specify the table, the row to be modified, the operations to perform, and any specific application profiles for routing."],["There are 2 constructors for creating a new `MutateRowRequest` object, either through default creation or through cloning an existing `MutateRowRequest` instance, and contains a variety of inherited members from the `Object` class such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]