CopyAzureBlobStorage_v12 2.0.0

Bundle
org.apache.nifi | nifi-azure-nar
Description
Copies a blob in Azure Blob Storage from one account/container to another. The processor uses Azure Blob Storage client library v12.
Tags
azure, blob, cloud, microsoft, storage
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
failure Unsuccessful operations will be transferred to the failure relationship.
success All successfully processed FlowFiles are routed to this relationship
Writes Attributes
Name Description
azure.container The name of the Azure Blob Storage container
azure.blobname The name of the blob on Azure Blob Storage
azure.primaryUri Primary location of the blob
azure.etag ETag of the blob
azure.blobtype Type of the blob (either BlockBlob, PageBlob or AppendBlob)
mime.type MIME Type of the content
lang Language code for the content
azure.timestamp Timestamp of the blob
azure.length Length of the blob
azure.error.code Error code reported during blob operation
azure.ignored When Conflict Resolution Strategy is 'ignore', this property will be true/false depending on whether the blob was ignored.
See Also