Class: Google::Bigtable::V2::Column

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb

Overview

Specifies (some of) the contents of a single row/column intersection of a table.

Instance Attribute Summary collapse

Instance Attribute Details

#cellsArray<Google::Bigtable::V2::Cell>

Returns Must not be empty. Sorted in order of decreasing "timestamp_micros".

Returns:



58
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 58

class Column; end

#qualifierString

Returns 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.

Returns:

  • (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.



58
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 58

class Column; end