Reference documentation and code samples for the Cloud Bigtable V2 Client class DeleteFromFamily.
A Mutation which deletes all cells from the specified column family.
Generated from protobuf message google.bigtable.v2.Mutation.DeleteFromFamily
Namespace
Google \ Cloud \ Bigtable \ V2 \ MutationMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ family_name |
string
The name of the family from which cells should be deleted. Must match |
getFamilyName
The name of the family from which cells should be deleted.
Must match [-_.a-zA-Z0-9]+
Returns | |
---|---|
Type | Description |
string |
setFamilyName
The name of the family from which cells should be deleted.
Must match [-_.a-zA-Z0-9]+
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |