Class: Google::Bigtable::V2::Mutation::DeleteFromFamily
- Inherits:
-
Object
- Object
- Google::Bigtable::V2::Mutation::DeleteFromFamily
- 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
-
#family_name ⇒ String
The name of the family from which cells should be deleted.
Instance Attribute Details
#family_name ⇒ String
Returns The name of the family from which cells should be deleted. Must match +[-_.a-zA-Z0-9]++
461 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 461 class DeleteFromFamily; end |