TableBatchOperation.Retrieve Method

Windows Runtime Azure Storage Client Library

Overload List

Name Description
TableBatchOperation.Retrieve (String, String) Adds a TableOperation to the TableBatchOperation that retrieves an entity with the specified partition key and row key.
TableBatchOperation.Retrieve (String, String) Adds a table operation that retrieves an entity with the specified partition key and row key to the batch operation. The entity will be deserialized into the specified class type which extends ITableEntity.
TableBatchOperation.Retrieve (String, String, EntityResolver) Adds a table operation that retrieves an entity with the specified partition key and row key to the batch operation.

See Also