public sealed class MutateRowsRequest : IMessage<MutateRowsRequest>, IEquatable<MutateRowsRequest>, IDeepCloneable<MutateRowsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class MutateRowsRequest.
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 webpage provides reference documentation for the `MutateRowsRequest` class within the Google Bigtable v2 API, specifically for .NET developers."],["The `MutateRowsRequest` class is used to define requests for the `BigtableService.MutateRows` method, enabling bulk atomic mutations on rows in a Bigtable."],["The page lists various versions of the Google Cloud Bigtable v2 API, ranging from version 2.2.0 up to the latest 3.17.0, with the associated documentation links for `MutateRowsRequest` on each version."],["Key properties of `MutateRowsRequest` include `AppProfileId` for routing replication, `Entries` for defining bulk mutations, and `TableName` to specify the target table for the mutations, as well as implementations of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The documentation also highlights the inheritance structure, showing that `MutateRowsRequest` inherits from `object` and the different methods that come with it."]]],[]]