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 provided content outlines the \u003ccode\u003eEntry\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, specifically for the \u003ccode\u003eMutateRowsRequest.Types\u003c/code\u003e, detailing its implementation as a mutation for a specific row within the Bigtable service.\u003c/p\u003e\n"],["\u003cp\u003eThis class, \u003ccode\u003eEntry\u003c/code\u003e, is part of the \u003ccode\u003eGoogle.Cloud.Bigtable.V2.dll\u003c/code\u003e assembly, implementing several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntry\u003c/code\u003e class provides two constructors, a default one \u003ccode\u003eEntry()\u003c/code\u003e, and a second one \u003ccode\u003eEntry(MutateRowsRequest.Types.Entry)\u003c/code\u003e which accepts another entry as a parameter, and exposes properties for \u003ccode\u003eMutations\u003c/code\u003e, which are changes to be applied to a row, and \u003ccode\u003eRowKey\u003c/code\u003e, which is the identifier for the row.\u003c/p\u003e\n"],["\u003cp\u003eThere is a list of all the previous versions of this \u003ccode\u003eEntry\u003c/code\u003e class, the most recent being \u003ccode\u003e3.17.0\u003c/code\u003e, down to \u003ccode\u003e2.2.0\u003c/code\u003e, and the current version covered in this doc being \u003ccode\u003e2.6.0\u003c/code\u003e, offering potential insight into changes over time.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMutations\u003c/code\u003e property in \u003ccode\u003eEntry\u003c/code\u003e is a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eMutation\u003c/code\u003e objects, indicating that multiple mutations can be applied to a single row, in a specified order.\u003c/p\u003e\n"]]],[],null,[]]