Reference documentation and code samples for the Cloud Bigtable V2 Client class AddToCell.
A Mutation which incrementally updates a cell in an Aggregate
family.
Generated from protobuf message google.bigtable.v2.Mutation.AddToCell
Namespace
Google \ Cloud \ Bigtable \ V2 \ MutationMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ family_name
string
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]+
↳ column_qualifier
Google\Cloud\Bigtable\V2\Value
The qualifier of the column into which new data should be added. This must be a raw_value
.
↳ timestamp
Google\Cloud\Bigtable\V2\Value
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
.
↳ input
Google\Cloud\Bigtable\V2\Value
The input value to be accumulated into the specified cell. This must be compatible with the family's value_type.input_type
.
getFamilyName
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]+
string
setFamilyName
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]+
var
string
$this
getColumnQualifier
The qualifier of the column into which new data should be added. This
must be a raw_value
.
hasColumnQualifier
clearColumnQualifier
setColumnQualifier
The qualifier of the column into which new data should be added. This
must be a raw_value
.
$this
getTimestamp
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
.
hasTimestamp
clearTimestamp
setTimestamp
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
.
$this
getInput
The input value to be accumulated into the specified cell. This must be
compatible with the family's value_type.input_type
.
hasInput
clearInput
setInput
The input value to be accumulated into the specified cell. This must be
compatible with the family's value_type.input_type
.
$this