table_batch_operation::insert_or_merge_entity Method
Creates a new table operation to insert the specified entity if it does not exist; if the entity does exist, then the contents of the specified entity are merged with the existing entity.
void insert_or_merge_entity(
table_entity entity
);
Parameters
- entity
The entity whose contents are being inserted or merged.
Return Value
A azure::storage::table_operation object.
Requirements
Header: table.h
Namespace: azure::storage