BigtableColumnFamily class 
 
    
    
  
    
  
    Properties
    
        - 
  columns
  ↔ List<BigtableColumn>?
  
- 
  Lists of columns that should be exposed as individual fields as opposed to
a list of (column name, value) pairs.
  getter/setter pair 
- 
  encoding
  ↔ String?
  
- 
  The encoding of the values when the type is not STRING.
  getter/setter pair 
- 
  familyId
  ↔ String?
  
- 
  Identifier of the column family.
  getter/setter pair 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  onlyReadLatest
  ↔ bool?
  
- 
  If this is set only the latest version of value are exposed for all
columns in this column family.
  getter/setter pair 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  type
  ↔ String?
  
- 
  The type to convert the value in cells of this column family.
  getter/setter pair