Share via


cloud_block_blob::download_text_async Method

Intitiates an asynchronous operation to download the blob's contents as a string.

pplx::task<utility::string_t> download_text_async();

WASTORAGE_API pplx::task<utility::string_t> download_text_async(
   const access_condition& condition,
   const blob_request_options& options,
   operation_context context
);

Parameters

  • condition
    An azure::storage::access_condition object that represents the access condition for the operation.
  • options
    A azure::storage::blob_request_options object that specifies additional options for the request.
  • context
    An azure::storage::operation_context object that represents the context for the current operation.

Return Value

A pplx::task object of type utility::string_t that represents the current operation.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

cloud_block_blob Class