Share via


table_operation::replace_entity Method

Creates a new table operation to replace the contents of the specified entity.

static const table_operation replace_entity(
   table_entity entity
);

Parameters

  • entity
    The entity whose contents are being replaced.

Return Value

A azure::storage::table_operation object.

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

table_operation Class