Class: Google::Bigtable::V2::Mutation::DeleteFromColumn

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#column_qualifierString

Returns The qualifier of the column from which cells should be deleted. Can be any byte string, including the empty string.

Returns:

  • (String)

    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_nameString

Returns The name of the family from which cells should be deleted. Must match +[-_.a-zA-Z0-9]++

Returns:

  • (String)

    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_rangeGoogle::Bigtable::V2::TimestampRange

Returns The range of timestamps within which cells should be deleted.

Returns:



454
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 454

class DeleteFromColumn; end