Reference documentation and code samples for the Cloud Bigtable V2 Client class Column.
Specifies (some of) the contents of a single row/column intersection of a table.
Generated from protobuf message google.bigtable.v2.Column
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ qualifier
string
The unique key which identifies this column within its family. This is the same key that's used to identify the column in, for example, a RowFilter which sets its column_qualifier_regex_filter
field. May contain any byte string, including the empty string, up to 16kiB in length.
↳ cells
getQualifier
The unique key which identifies this column within its family. This is the
same key that's used to identify the column in, for example, a RowFilter
which sets its column_qualifier_regex_filter
field.
May contain any byte string, including the empty string, up to 16kiB in length.
string
setQualifier
The unique key which identifies this column within its family. This is the
same key that's used to identify the column in, for example, a RowFilter
which sets its column_qualifier_regex_filter
field.
May contain any byte string, including the empty string, up to 16kiB in length.
var
string
$this
getCells
Must not be empty. Sorted in order of decreasing "timestamp_micros".
setCells
Must not be empty. Sorted in order of decreasing "timestamp_micros".
$this