copyFile
- Last Updated: December 1, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Copies a file within a file system to another specified location.
| Field Name | Data Type | Parameter Type | Description |
|---|---|---|---|
accountName
|
VARCHAR(64) | IN | Specifies the name of the storage account |
fileSystem
|
VARCHAR(64) | IN | Specifies the file system to which the file will be copied |
sourceFilePath |
VARCHAR(128) | IN | Specifies the name and path of the file name to be copied |
destinationFilePath
|
VARCHAR(128) | IN | Specifies the name and path of the copy of the file. For example, path/to/file. |
| Response | Data Type | Parameter Type | Description |
|---|---|---|---|
status |
INTEGER | OUT | The response code for the request. |