table_batch_operation::replace_entity Method
Creates a new table operation to replace the contents of the specified entity.
void 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