public sealed class MutateRowsRequest : IMessage<MutateRowsRequest>, IEquatable<MutateRowsRequest>, IDeepCloneable<MutateRowsRequest>, IBufferMessage, IMessage
public RepeatedField<MutateRowsRequest.Types.Entry> Entries { get; }
Required. The row keys and corresponding mutations to be applied in bulk.
Each entry is applied as an atomic mutation, but the entries may be
applied in arbitrary order (even between entries for the same row).
At least one entry must be specified, and in total the entries can
contain at most 100000 mutations.
[[["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 document outlines the `MutateRowsRequest` class within the `Google.Cloud.Bigtable.V2` namespace, used for making bulk mutation requests to a Bigtable service, with the latest version being 3.17.0."],["The `MutateRowsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities within the Google Cloud .NET framework."],["The class contains properties such as `AppProfileId`, `Entries`, and `TableName` to specify routing, the list of mutations, and the targeted table, respectively, for the mutation operations."],["The `MutateRowsRequest` constructor allows for a default initialization, or a copy initialization of the object, as well as a list of documented inherited members."],["This resource provides references to past versions of the `MutateRowsRequest`, going back to version 2.2.0."]]],[]]