public sealed class Mutation.Types.MergeToCell : IMessage<Mutation.Types.MergeToCell>, IEquatable<Mutation.Types.MergeToCell>, IDeepCloneable<Mutation.Types.MergeToCell>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class Mutation.Types.MergeToCell.
A Mutation which merges accumulated state into a cell in an Aggregate
family.
The input value to be merged into the specified cell. This must be
compatible with the family's value_type.state_type. Merging NULL is
allowed, but has no effect.
[[["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 provides reference information for the `Mutation.Types.MergeToCell` class within the Google Bigtable v2 API, showcasing various versions from 2.2.0 to the latest 3.17.0."],["`Mutation.Types.MergeToCell` is a class used for merging accumulated data into a cell within an `Aggregate` family in Google Bigtable, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `MergeToCell` class has constructors that allow for creating new instances and copying existing ones, and includes properties such as `ColumnQualifier`, `FamilyName`, `Input`, and `Timestamp` to specify merge behavior."],["The documentation highlights that this class inherits from `object` and belongs to the `Google.Cloud.Bigtable.V2` namespace, with its implementation residing in the `Google.Cloud.Bigtable.V2.dll` assembly."],["The properties within `MergeToCell` define specific attributes for merging, such as specifying the target column, the Aggregate family name, the input value to be merged, and the timestamp of the cell to be updated."]]],[]]