Class: Google::Bigtable::V2::Mutation::DeleteFromFamily

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb

Overview

A Mutation which deletes all cells from the specified column family.

Instance Attribute Summary collapse

Instance Attribute Details

#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]+



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

class DeleteFromFamily; end