downloadObject
- Last Updated: November 28, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Downloads the specified file.
| Field Name | Data Type | Parameter Type | Description |
|---|---|---|---|
fileId
|
VARCHAR(64) | IN | Specifies the ID of the file to be downloaded. |
| Response | Data Type | Parameter Type | Description |
|---|---|---|---|
entity |
VARBINARY(16777215) | OUT | The content body of the file. |