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"]],[["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\u003eThe provided content details the \u003ccode\u003eMutateRowsRequest\u003c/code\u003e class within the Google Bigtable v2 API, showcasing its structure, properties, and functionalities across various versions, with 3.17.0 being the most recent release.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMutateRowsRequest\u003c/code\u003e is used for performing bulk, atomic mutations on rows, as part of the Google Bigtable service, allowing the application of changes to many rows.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMutateRowsRequest\u003c/code\u003e class has properties like \u003ccode\u003eAppProfileId\u003c/code\u003e, \u003ccode\u003eEntries\u003c/code\u003e, and \u003ccode\u003eTableName\u003c/code\u003e, which are vital for defining the scope and nature of the mutation operations being performed.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements various interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the object class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntries\u003c/code\u003e property is a \u003ccode\u003eRepeatedField\u003c/code\u003e that dictates the specific mutations to be applied, and the \u003ccode\u003eTableName\u003c/code\u003e determines the table in which the mutations will take effect.\u003c/p\u003e\n"]]],[],null,[]]