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 reference documentation for the `Mutation.Types.AddToCell` class in the Google Bigtable v2 API for .NET, covering versions from 2.2.0 up to the latest version 3.17.0."],["`Mutation.Types.AddToCell` is a class that represents a mutation which incrementally updates a cell within an `Aggregate` family, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `Mutation.Types.AddToCell` has properties such as `ColumnQualifier`, `FamilyName`, `Input`, and `Timestamp`, which are used to define how and where data is added to a cell."],["The `AddToCell` class includes two constructors: a default constructor `AddToCell()` and a copy constructor `AddToCell(AddToCell)`, which accepts an instance of `Mutation.Types.AddToCell` to create a new one."],["The `Google.Cloud.Bigtable.V2` namespace is where the class is defined, and it resides within the `Google.Cloud.Bigtable.V2.dll` assembly."]]],[]]