FetchAzureBlobStorage_v12 2025.10.9.21

Bundle

org.apache.nifi | nifi-azure-nar

Description

Retrieves the specified blob from Azure Blob Storage and writes its content to the content of the FlowFile. The processor uses Azure Blob Storage client library v12.

Tags

azure, blob, cloud, microsoft, storage

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Blob NameThe full name of the blob
Client-Side Encryption Key IDSpecifies the ID of the key to use for client-side encryption.
Client-Side Encryption Key TypeSpecifies the key type to use for client-side encryption.
Client-Side Encryption Local KeyWhen using local client-side encryption, this is the raw key, encoded in hexadecimal
Container NameName of the Azure storage container. In case of PutAzureBlobStorage processor, container can be created if it does not exist.
Range LengthThe number of bytes to download from the blob, starting from the Range Start. An empty value or a value that extends beyond the end of the blob will read to the end of the blob.
Range StartThe byte position at which to start reading from the blob. An empty value or a value of zero will start reading at the beginning of the blob.
Storage CredentialsController Service used to obtain Azure Blob Storage Credentials.
proxy-configuration-serviceSpecifies 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

NameDescription
failureUnsuccessful operations will be transferred to the failure relationship.
successAll successfully processed FlowFiles are routed to this relationship

Writes attributes

NameDescription
azure.containerThe name of the Azure Blob Storage container
azure.blobnameThe name of the blob on Azure Blob Storage
azure.primaryUriPrimary location of the blob
azure.etagETag of the blob
azure.blobtypeType of the blob (either BlockBlob, PageBlob or AppendBlob)
mime.typeMIME Type of the content
langLanguage code for the content
azure.timestampTimestamp of the blob
azure.lengthLength of the blob

Use Cases Involving Other Components

Retrieve all files in an Azure Blob Storage container

See also