table_batch_operation::insert_entity Method
Creates a new table operation to insert the specified entity.
void 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