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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eMutateRowsRequest\u003c/code\u003e class, which is a request message used for the \u003ccode\u003eBigtableService.MutateRows\u003c/code\u003e function in version 2.4.0 of the Google Cloud Bigtable .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMutateRowsRequest\u003c/code\u003e class includes properties such as \u003ccode\u003eAppProfileId\u003c/code\u003e, \u003ccode\u003eEntries\u003c/code\u003e, \u003ccode\u003eTableName\u003c/code\u003e, and \u003ccode\u003eTableNameAsTableName\u003c/code\u003e, allowing users to specify routing, define row mutations, and identify the target table for operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing capabilities for message handling, equality comparison, deep cloning, and buffered data operations.\u003c/p\u003e\n"],["\u003cp\u003eA 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.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version is 3.17.0, but this document is specific to version 2.4.0.\u003c/p\u003e\n"]]],[],null,[]]