DeleteAzureDataLakeStorage 2025.5.31.15¶
Bundle¶
org.apache.nifi | nifi-azure-nar
Description¶
Deletes the provided file from Azure Data Lake Storage
Input Requirement¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
Properties¶
Property |
Description |
---|---|
adls-credentials-service |
Controller Service used to obtain Azure Credentials. |
directory-name |
Name of the Azure Storage Directory. The Directory Name cannot contain a leading ‘/’. The root directory can be designated by the empty string value. In case of the PutAzureDataLakeStorage processor, the directory will be created if not already existing. |
file-name |
The filename |
filesystem-name |
Name of the Azure Storage File System (also called Container). It is assumed to be already existing. |
filesystem-object-type |
They type of the file system object to be deleted. It can be either folder or file. |
proxy-configuration-service |
Specifies the Proxy Configuration Controller Service to proxy network requests. In case of SOCKS, it is not guaranteed that the selected SOCKS Version will be used by the processor. |
Relationships¶
Name |
Description |
---|---|
failure |
Files that could not be written to Azure storage for some reason are transferred to this relationship |
success |
Files that have been successfully written to Azure storage are transferred to this relationship |