Microsoft Azure Data Lake stored procedures
- Last Updated: November 28, 2022
- 1 minute read
- DataDirect Connectors
- ODBC
- Autonomous Rest Connector 8.0
- Documentation
The following stored procedures are supported for Microsoft Azure Data Lake Storage Gen2.
| Procedure Name | Description |
|---|---|
| appendFile |
Appends content that is being prepared to be flushed to the specified file. |
| copyFile | Copies a file within a file system to another specified location. |
| createFile | Creates an empty file in the specified location. |
| createFolder |
Creates an empty folder in the specified location. |
| downloadFile | Downloads the specified file and is returned in the response for the user. |
| flushFile | Flushes the content of the specified file. |
| uploadFile | Uploads a file to the specified location. If the file already exists, it is overwritten. |
| writeFileContents |
Writes file contents to the specified file. |