Class: Google::Bigtable::V2::Column
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::V2::Column
 
 
- 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
- 
  
    
      #cells  ⇒ Array<Google::Bigtable::V2::Cell> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Must not be empty.
 - 
  
    
      #qualifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique key which identifies this column within its family.
 
Instance Attribute Details
#cells ⇒ Array<Google::Bigtable::V2::Cell>
Returns Must not be empty. Sorted in order of decreasing "timestamp_micros".
      58  | 
    
      # File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 58 class Column; end  | 
  
#qualifier ⇒ String
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.
      58  | 
    
      # File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 58 class Column; end  |