DownloadFile
Downloads a file.
Input
Name | Type | Accepts Output Streams | Description |
FileId | String | False | The Id of the file to be downloaded |
FileLocation | String | False | The location where file is to be downloaded |
FileStream | String | True | An instance of an output stream where file data is written to. Only used if FileLocation is not provided. |
Encoding | String | False | The FileData input encoding type.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
Result Set Columns
Name | Type | Description |
FileData | String | If the FileLocation and FileStream are not provided, this contains the content of the file. |
Success | String | The result of the procedure. |