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."],[[["The latest version available for `MutateRowsRequest.Types.Entry` is 3.17.0, with a range of versions from 3.17.0 down to 2.2.0 also being accessible."],["`MutateRowsRequest.Types.Entry` is a class within the Google Bigtable v2 API, representing a mutation for a specified row, implemented as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class contains properties `Mutations` and `RowKey`, which are required for changes to be applied to the specified row and to identify which row the `mutations` are applied to, respectively."],["Constructors are available to create a new `Entry` or copy an existing `Entry` object, and inherited members from the base object class include `GetHashCode`, `GetType`, and `ToString`."]]],[]]