public sealed class Entry : IMessage<MutateRowsRequest.Types.Entry>, IEquatable<MutateRowsRequest.Types.Entry>, IDeepCloneable<MutateRowsRequest.Types.Entry>, IBufferMessage, IMessage
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."],[[["The provided content outlines the `Entry` class within the `Google.Cloud.Bigtable.V2` namespace, specifically for the `MutateRowsRequest.Types`, detailing its implementation as a mutation for a specific row within the Bigtable service."],["This class, `Entry`, is part of the `Google.Cloud.Bigtable.V2.dll` assembly, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `Entry` class provides two constructors, a default one `Entry()`, and a second one `Entry(MutateRowsRequest.Types.Entry)` which accepts another entry as a parameter, and exposes properties for `Mutations`, which are changes to be applied to a row, and `RowKey`, which is the identifier for the row."],["There is a list of all the previous versions of this `Entry` class, the most recent being `3.17.0`, down to `2.2.0`, and the current version covered in this doc being `2.6.0`, offering potential insight into changes over time."],["The `Mutations` property in `Entry` is a `RepeatedField` of `Mutation` objects, indicating that multiple mutations can be applied to a single row, in a specified order."]]],[]]