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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThe webpage details the \u003ccode\u003eEntry\u003c/code\u003e class within \u003ccode\u003eMutateRowsRequest.Types\u003c/code\u003e, a component of the Google Cloud Bigtable V2 .NET library, specifically for managing row mutations.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003eEntry\u003c/code\u003e class represents a mutation to be applied to a specific row and is available in various versions, from 2.2.0 up to the latest 3.17.0, each having their own corresponding documentation link.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntry\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities such as message handling, equality checks, deep cloning, and buffer message support.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntry\u003c/code\u003e class has two constructors: a default one and another which takes an \u003ccode\u003eEntry\u003c/code\u003e object as an argument, and it also contains properties named \u003ccode\u003eMutations\u003c/code\u003e, a required field for changes applied atomically to the specified row, and \u003ccode\u003eRowKey\u003c/code\u003e, which specifies the row key for the operation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMutations\u003c/code\u003e property is a \u003ccode\u003eRepeatedField\u003c/code\u003e of type \u003ccode\u003eMutation\u003c/code\u003e, allowing for multiple changes, and \u003ccode\u003eRowKey\u003c/code\u003e is of type \u003ccode\u003eByteString\u003c/code\u003e, which represents the key of the row being modified.\u003c/p\u003e\n"]]],[],null,[]]