Share via


table_operation::retrieve_entity Method

Creates a new table operation to retrieve the contents of the specified entity.

static const table_operation 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

See Also

Reference

table_operation Class