The following stored procedures are supported for Microsoft Azure Data Lake Storage Gen2.

Table 1. Required fields
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.