public sealed class MutateRowsRequest.Types.Entry : IMessage<MutateRowsRequest.Types.Entry>, IEquatable<MutateRowsRequest.Types.Entry>, IDeepCloneable<MutateRowsRequest.Types.Entry>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class MutateRowsRequest.Types.Entry.
Required. Changes to be atomically applied to the specified row.
Mutations are applied in order, meaning that earlier mutations can be
masked by later ones. You must specify at least one mutation.
[[["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 documentation for the `MutateRowsRequest.Types.Entry` class within the Google Bigtable v2 API, specifically focusing on version 3.8.0 and listing other versions."],["The `MutateRowsRequest.Types.Entry` class represents a mutation operation for a specific row in Google Bigtable."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage the structure and behavior of mutations."],["Key properties of this class include `Mutations`, which is a collection of changes to apply to the row, and `RowKey`, which identifies the target row for these mutations."],["The latest version listed is 3.17.0 with versions ranging from 3.17.0 down to 2.2.0."]]],[]]