table_batch_operation::delete_entity Method
Creates a new table operation to delete the specified entity.
void delete_entity(
table_entity entity
);
Parameters
- entity
The entity to be deleted from the table.
Return Value
A azure::storage::table_operation object.
Requirements
Header: table.h
Namespace: azure::storage