uploadFile
- Last Updated: December 1, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Uploads a file to the specified location. If the file already exists, it is overwritten.
| Field Name | Data Type | Parameter Type | Description |
|---|---|---|---|
contentLength
|
INTEGER | IN | Specifies, in bytes, the content length of the file to be uploaded |
content
|
OTHER | IN | Specifies the content of the file |
accountName |
VARCHAR(64) | IN | Specifies the name of the storage account |
fileSystem
|
VARCHAR(64) | IN | Specifies the file system in which the file will be created |
filePath
|
VARCHAR(128) | IN | Specifies the name and path of the file. For example, path/to/folder. |
| Field Name | Data Type | Parameter Type | Description |
|---|---|---|---|
status
|
INTEGER | OUT | The response code for the request. |