Class: Google::Bigtable::Admin::V2::CreateTableRequest::Split
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::Admin::V2::CreateTableRequest::Split
 
 
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb
 
Overview
An initial split point for a newly created table.
Instance Attribute Summary collapse
- 
  
    
      #key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Row key to use as an initial tablet boundary.
 
Instance Attribute Details
#key ⇒ String
Returns Row key to use as an initial tablet boundary.
      56  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 56 class Split; end  |