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 documentation page covers the `Mutation.Types.AddToCell` class within the Google Bigtable v2 API, which is used for making incremental updates to a cell in an `Aggregate` family."],["The class `Mutation.Types.AddToCell` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various capabilities for message handling and object manipulation."],["The latest version for the documentation is 3.17.0, but the page defaults to version 3.10.0, and there are a list of versions that range from version 2.2.0 up to the latest version of 3.17.0, which users can navigate through."],["The properties of `AddToCell`, which include `ColumnQualifier`, `FamilyName`, `Input`, and `Timestamp`, are detailed, defining how to add new data to a specific cell with the `Aggregate` family, column, input, and timestamp."],["The document shows the methods for constructing an `AddToCell` object, either by using its default constructor or with another `AddToCell` object, making it easy to instantiate new objects of this class."]]],[]]