Class: Google::Bigtable::Admin::V2::DropRowRangeRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::Admin::V2::DropRowRangeRequest
 
 
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb
 
Overview
Request message for BigtableTableAdmin::DropRowRange
Instance Attribute Summary collapse
- 
  
    
      #delete_all_data_from_table  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Delete all rows in the table.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name of the table on which to drop a range of rows.
 - 
  
    
      #row_key_prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Delete all rows that start with this row key prefix.
 
Instance Attribute Details
#delete_all_data_from_table ⇒ true, false
Returns Delete all rows in the table. Setting this to false is a no-op.
      95  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 95 class DropRowRangeRequest; end  | 
  
#name ⇒ String
Returns The unique name of the table on which to drop a range of rows.
Values are of the form
+projects/+.