PutAzureQueueStorage_v12

Description:

Writes the content of the incoming FlowFiles to the configured Azure Queue Storage.

Tags:

azure, microsoft, cloud, storage, queue, enqueue

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Queue NameQueue NameName of the Azure Storage Queue
Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)
Endpoint Suffixstorage-endpoint-suffixqueue.core.windows.netStorage 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).
Credentials ServiceCredentials ServiceController Service API:
AzureStorageCredentialsService_v12
Implementations: AzureStorageCredentialsControllerServiceLookup_v12
AzureStorageCredentialsControllerService_v12
Controller Service used to obtain Azure Storage Credentials.
Message Time To LiveMessage Time To Live7 daysMaximum time to allow the message to be in the queue
Visibility TimeoutVisibility Timeout30 secsThe 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.
Request TimeoutRequest Timeout10 secsThe timeout for read or write requests to Azure Queue Storage. Defaults to 1 second.
Proxy Configuration Serviceproxy-configuration-serviceController Service API:
ProxyConfigurationService
Implementation: StandardProxyConfigurationService
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.

Relationships:

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

Reads Attributes:

None specified.

Writes Attributes:

None specified.

State management:

This component does not store state.

Restricted:

This component is not restricted.

Input requirement:

This component requires an incoming relationship.

System Resource Considerations:

None specified.

See Also:

GetAzureQueueStorage_v12