Purpose

Downloads the specified file and is returned in the response for the user.
Table 1. Required fields
Field Name Data Type Parameter Type Description
accountName VARCHAR(64) IN Specifies the name of the storage account
fileSystem VARCHAR(64) IN Specifies the file system in which the file will be created
filePath VARCHAR(128) IN Specifies the name and path of the file. For example, path/to/file.
Table 2. Response
Response Data Type Parameter Type Description
entity VARBINARY(16777215) OUT Returns the response, as VARBINARY, from the download request.