MoveAzureDataLakeStorage 2.3.0¶

BUNDLE¶

org.apache.nifi | nifi-azure-nar

DESCRIPTION¶

Moves content within an Azure Data Lake Storage Gen 2. After the move, files will be no longer available on source location.

TAGS¶

adlsgen2, azure, cloud, datalake, microsoft, storage

INPUT REQUIREMENT¶

REQUIRED

Supports Sensitive Dynamic Properties¶

false

PROPERTIES¶

Property

Description

adls-credentials-service

Controller Service used to obtain Azure Credentials.

conflict-resolution-strategy

Indicates what should happen when a file with the same name already exists in the output directory

directory-name

Name of the Azure Storage Directory where the files will be moved. The Directory Name cannot contain a leading ‘/’. The root directory can be designated by the empty string value. Non-existing directories will be created. If the original directory structure should be kept, the full directory path needs to be provided after the destination directory. e.g.: destdir/${azure.directory}

file-name

The filename

filesystem-name

Name of the Azure Storage File System where the files will be moved.

proxy-configuration-service

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.

source-directory-name

Name of the Azure Storage Directory from where the move should happen. The Directory Name cannot contain a leading ‘/’. The root directory can be designated by the empty string value.

source-filesystem-name

Name of the Azure Storage File System from where the move should happen.

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

WRITES ATTRIBUTES¶

NAME

DESCRIPTION

azure.source.filesystem

The name of the source Azure File System

azure.source.directory

The name of the source Azure Directory

azure.filesystem

The name of the Azure File System

azure.directory

The name of the Azure Directory

azure.filename

The name of the Azure File

azure.primaryUri

Primary location for file content

azure.length

The length of the Azure File

SEE ALSO¶