PutAzureQueueStorage_v12 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-azure-nar
DESCRIPTION¶
Writes the content of the incoming FlowFiles to the configured Azure Queue Storage.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Credentials Service |
Controller Service used to obtain Azure Storage Credentials. |
Message Time To Live |
Maximum time to allow the message to be in the queue |
Queue Name |
Name of the Azure Storage Queue |
Request Timeout |
The timeout for read or write requests to Azure Queue Storage. Defaults to 1 second. |
Visibility Timeout |
The length of time during which the message will be invisible after it is read. If the processing unit fails to delete the message after it is read, then the message will reappear in the queue. |
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. |
storage-endpoint-suffix |
Storage accounts in public Azure always use a common FQDN suffix. Override this endpoint suffix with a different suffix in certain circumstances (like Azure Stack or non-public Azure regions). |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
Unsuccessful operations will be transferred to the failure relationship. |
success |
All successfully processed FlowFiles are routed to this relationship |