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.
Implements
IMessageMutationTypesAddToCell, IEquatableMutationTypesAddToCell, IDeepCloneableMutationTypesAddToCell, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
AddToCell()
public AddToCell()
AddToCell(AddToCell)
public AddToCell(Mutation.Types.AddToCell other)
Parameter | |
---|---|
Name | Description |
other |
MutationTypesAddToCell |
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 accumulated into the specified cell. This must be
compatible with the family's value_type.input_type
.
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 |