ListAzureDataLakeStorage 2.0.0

Bundle
org.apache.nifi | nifi-azure-nar
Description
Lists directory in an Azure Data Lake Storage Gen 2 filesystem
Tags
adlsgen2, azure, cloud, datalake, microsoft, storage
Input Requirement
FORBIDDEN
Supports Sensitive Dynamic Properties
false
Properties
State Management
Scopes Description
CLUSTER After performing a listing of files, the timestamp of the newest file is stored. This allows the Processor to list only files that have been added or modified after this date the next time that the Processor is run. State is stored across the cluster so that this Processor can be run on Primary Node only and if a new Primary Node is selected, the new node can pick up where the previous node left off, without duplicating the data.
Relationships
Name Description
success All FlowFiles that are received are routed to success
Writes Attributes
Name Description
azure.filesystem The name of the Azure File System
azure.filePath The full path of the Azure File
azure.directory The name of the Azure Directory
azure.filename The name of the Azure File
azure.length The length of the Azure File
azure.lastModified The last modification time of the Azure File
azure.etag The ETag of the Azure File
See Also