Google Bigtable v2 API - Class Mutation.Types.AddToCell (3.12.0)

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.

Inheritance

object > Mutation.Types.AddToCell

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

AddToCell()

public AddToCell()

AddToCell(AddToCell)

public AddToCell(Mutation.Types.AddToCell other)
Parameter
NameDescription
otherMutationTypesAddToCell

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
Value