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.
Implements
IMessageMutationTypesMergeToCell, IEquatableMutationTypesMergeToCell, IDeepCloneableMutationTypesMergeToCell, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
MergeToCell()
public MergeToCell()
MergeToCell(MergeToCell)
public MergeToCell(Mutation.Types.MergeToCell other)
Parameter | |
---|---|
Name | Description |
other |
MutationTypesMergeToCell |
Properties
ColumnQualifier
public Value ColumnQualifier { get; set; }
The qualifier of the column into which new data should be added. This
must be a raw_value
.
Property Value | |
---|---|
Type | Description |
Value |
FamilyName
public string FamilyName { get; set; }
The name of the Aggregate
family into which new data should be added.
This must be a family with a value_type
of Aggregate
.
Format: [-_.a-zA-Z0-9]+
Property Value | |
---|---|
Type | Description |
string |
Input
public Value Input { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Value |
Timestamp
public Value Timestamp { get; set; }
The timestamp of the cell to which new data should be added. This must
be a raw_timestamp_micros
that matches the table's granularity
.
Property Value | |
---|---|
Type | Description |
Value |