table_batch_operation::retrieve_entity Method
Creates a new table operation to replace the contents of the specified entity.
void retrieve_entity(
utility::string_t partition_key,
utility::string_t row_key
);
Parameters
- partition_key
The partition key of the entity to be replaced.
- row_key
The row key of the entity to be replaced.
Return Value
A azure::storage::table_operation object.
Requirements
Header: table.h
Namespace: azure::storage