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."],[[["This webpage details the `Entry` class within the `Google.Cloud.Bigtable.V2` namespace, specifically for version 2.5.0 of the Google Cloud Bigtable .NET library, along with various previous versions."],["The `Entry` class, part of `MutateRowsRequest.Types`, is designed to represent a mutation operation for a particular row in Bigtable."],["The `Entry` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Entry` class include `Mutations`, which holds a collection of changes to be applied atomically, and `RowKey`, which specifies the row to be mutated."],["This class provides a constructor, `Entry()`, and an overloaded version to create an instance, and has inherited members such as GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]