Share via


table_operation::delete_entity Method

Creates a new table operation to delete the specified entity.

static const table_operation 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

See Also

Reference

table_operation Class