downloadFile
- Last Updated: November 20, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Creates a local file which contains the downloaded contents of an object.
| Field Name | Data Type | Parameter Type | Description |
|---|---|---|---|
bucket
|
VARCHAR(255) | IN | Specifies the name of the bucket containing the object to be downloaded. |
remoteFile
|
VARCHAR(255) | IN | Specifies the name of the object to be downloaded. |
localFile |
VARCHAR(255) | IN | Specifies the path to a local file to be created to contain the retrieved data. |