downloadObject
- Last Updated: November 20, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Downloads the contents of an object.
| Field Name | Data Type | Parameter Type | Description |
|---|---|---|---|
bucket
|
VARCHAR(255) | IN | Specifies the name of the bucket containing the file to be downloaded. |
fileName
|
VARCHAR(255) | IN | Specifies the name of the file to be downloaded. |
| Response | Data Type | Parameter Type | Description |
|---|---|---|---|
content |
VARBINARY(16777215) | OUT | The content body of the file. |