DeleteAzureDataLakeStorage

Description:

Deletes the provided file from Azure Data Lake Storage

Tags:

azure, microsoft, cloud, storage, adlsgen2, datalake

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
ADLS Credentialsadls-credentials-serviceController Service API:
ADLSCredentialsService
Implementations: ADLSCredentialsControllerServiceLookup
ADLSCredentialsControllerService
Controller Service used to obtain Azure Credentials.
Filesystem Namefilesystem-nameName of the Azure Storage File System (also called Container). It is assumed to be already existing.
Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)
Filesystem Object Typefilesystem-object-typeFile
  • File The object to be deleted is a file.
  • Directory The object to be deleted is a directory.
They type of the file system object to be deleted. It can be either folder or file.
Directory Namedirectory-nameName 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.
Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)
File Namefile-name${azure.filename}The filename
Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)

This Property is only considered if the [Filesystem Object Type] Property has a value of "File".
Proxy Configuration Serviceproxy-configuration-serviceController Service API:
ProxyConfigurationService
Implementation: StandardProxyConfigurationService
Specifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: HTTP, SOCKS In case of SOCKS, it is not guaranteed that the selected SOCKS Version will be used by the processor.

Relationships:

NameDescription
successFiles that have been successfully written to Azure storage are transferred to this relationship
failureFiles that could not be written to Azure storage for some reason are transferred to this relationship

Reads Attributes:

None specified.

Writes Attributes:

None specified.

State management:

This component does not store state.

Restricted:

This component is not restricted.

Input requirement:

This component requires an incoming relationship.

System Resource Considerations:

None specified.

See Also:

PutAzureDataLakeStorage, FetchAzureDataLakeStorage, ListAzureDataLakeStorage