DownloadFile
Download the file
Input
Name | Type | Required | Accepts Output Streams | Description |
FileId | String | True | False | Id of the file which you want to download |
DownloadTo | String | False | False | Where to store the file. |
Encoding | String | False | False | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
FileStream | String | False | True | An instance of an output stream where file data is written to. Only used if DownloadTo is not provided. |
Result Set Columns
Name | Type | Description |
Status | String | Stored Procedure Execution Status |
FileData | String | The FileData output |