Class: Google::Bigtable::V2::Mutation::DeleteFromColumn
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::V2::Mutation::DeleteFromColumn
 
 
- Defined in:
 - lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb
 
Overview
A Mutation which deletes cells from the specified column, optionally restricting the deletions to a given timestamp range.
Instance Attribute Summary collapse
- 
  
    
      #column_qualifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The qualifier of the column from which cells should be deleted.
 - 
  
    
      #family_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the family from which cells should be deleted.
 - 
  
    
      #time_range  ⇒ Google::Bigtable::V2::TimestampRange 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The range of timestamps within which cells should be deleted.
 
Instance Attribute Details
#column_qualifier ⇒ String
Returns The qualifier of the column from which cells should be deleted. Can be any byte string, including the empty string.
      454  | 
    
      # File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 454 class DeleteFromColumn; end  | 
  
#family_name ⇒ String
Returns The name of the family from which cells should be deleted. Must match +[-_.a-zA-Z0-9]++
      454  | 
    
      # File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 454 class DeleteFromColumn; end  | 
  
#time_range ⇒ Google::Bigtable::V2::TimestampRange
Returns The range of timestamps within which cells should be deleted.
      454  | 
    
      # File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 454 class DeleteFromColumn; end  |