public sealed class Mutation.Types.AddToCell : IMessage<Mutation.Types.AddToCell>, IEquatable<Mutation.Types.AddToCell>, IDeepCloneable<Mutation.Types.AddToCell>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class Mutation.Types.AddToCell.
A Mutation which incrementally updates a cell in an Aggregate family.
[[["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 `Mutation.Types.AddToCell` class within the Google Bigtable v2 API, specifically for the .NET environment."],["The `AddToCell` class is used to perform incremental updates to a cell in an `Aggregate` family in Google Bigtable, with links to documentation for multiple previous versions of the API."],["The page details the properties of `AddToCell`, including `ColumnQualifier`, `FamilyName`, `Input`, and `Timestamp`, which are used to specify how and where data should be added."],["The `AddToCell` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it is compatible with various .NET functionalities."],["The latest version of this class is `3.17.0` as listed on the top, while the lowest version covered on this documentation page is `2.2.0`."]]],[]]