Share via


table_operation::insert_entity Method

Creates a new table operation to insert the specified entity.

static const table_operation insert_entity(
   table_entity entity
);

Parameters

  • entity
    The entity to be inserted into the table.

Return Value

A azure::storage::table_operation object.

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

table_operation Class