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, which is a request message used for the `BigtableService.MutateRows` function in version 2.4.0 of the Google Cloud Bigtable .NET library."],["The `MutateRowsRequest` class includes properties such as `AppProfileId`, `Entries`, `TableName`, and `TableNameAsTableName`, allowing users to specify routing, define row mutations, and identify the target table for operations."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffered data operations."],["A list of past versions are provided, showcasing a history from version 3.17.0 (latest) down to 2.2.0, allowing users to look into past iterations."],["The latest version is 3.17.0, but this document is specific to version 2.4.0."]]],[]]