public sealed class 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 within the .NET framework."],["The content covers various versions of the `MutateRowsRequest.Types.Entry` class, ranging from version 2.2.0 to the latest 3.17.0, with the full list provided for each version."],["`MutateRowsRequest.Types.Entry` is a class representing a mutation for a given row in Google Bigtable, inheriting from the `Object` class and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of this class include `Mutations`, which are the changes applied to the row, and `RowKey`, which specifies the row to be modified."],["The documentation details the constructors available for creating an instance of `Entry` with or without another `MutateRowsRequest.Types.Entry` object, along with the properties that include the ability to set the changes, and specify the target row."]]],[]]