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-03-21 UTC."],[[["The provided content details the `MutateRowRequest` class within the Google Bigtable v2 API, showcasing its various versions, with version 3.17.0 being the latest."],["`MutateRowRequest` is a request message used for the `Bigtable.MutateRow` 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."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and is part of the `Google.Cloud.Bigtable.V2` namespace in the Google.Cloud.Bigtable.V2.dll assembly."],["The class includes several properties such as `AppProfileId`, `Mutations`, `RowKey`, and `TableName`, used for routing replication, setting the atomic changes, defining the row key and indicating the table where these mutations will be applied respectively."],["`MutateRowRequest` has both a default constructor and one that takes another `MutateRowRequest` object as a parameter, and in addition to its own specific properties it also inherits `GetHashCode()`, `GetType()` and `ToString()` from the base object class."]]],[]]