downloadFile
- Last Updated: November 28, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Downloads the contents of a file.
| Field Name | Data Type | Parameter Type | Description |
|---|---|---|---|
path
|
VARCHAR(255) | IN | Specifies the name and path of the file to be downloaded. For example, /path/to/myFile.txt. |
| Response | Data Type | Parameter Type | Description |
|---|---|---|---|
content |
VARBINARY(16777215) | OUT | The content body of the file. |