AzureStorageCredentialsService_v12
Implementations: AzureStorageCredentialsControllerService_v12
AzureStorageCredentialsControllerServiceLookup_v12
Controller Service used to obtain Azure Blob Storage Credentials. | Container Name | container-name | | | Name of the Azure storage container. In case of PutAzureBlobStorage processor, container can be created if it does not exist. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Create Container | create-container | false | | Specifies whether to check if the container exists and to automatically create it if it does not. Permission to list containers is required. If false, this check is not made, but the Put operation will fail if the container does not exist. |
Conflict Resolution Strategy | conflict-resolution-strategy | fail | | Specifies whether an existing blob will have its contents replaced upon conflict. |
Blob Name | blob-name | | | The full name of the blob Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Resource Transfer Source | Resource Transfer Source | FlowFile Content | - FlowFile Content
- File Resource Service
| The source of the content to be transferred |
File Resource Service | File Resource Service | | Controller Service API: FileResourceService Implementation: StandardFileResourceService | File Resource Service providing access to the local resource to be transferred
This Property is only considered if the [Resource Transfer Source] Property has a value of "File Resource Service". |
Proxy Configuration Service | proxy-configuration-service | | Controller 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. |
Client-Side Encryption Key Type | Client-Side Encryption Key Type | NONE | - NONE
- LOCAL
| Specifies the key type to use for client-side encryption. |
Client-Side Encryption Key ID | Client-Side Encryption Key ID | | | Specifies the ID of the key to use for client-side encryption. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)
This Property is only considered if the [Client-Side Encryption Key Type] Property has a value of "LOCAL". |
Client-Side Encryption Local Key | Client-Side Encryption Local Key | | | When using local client-side encryption, this is the raw key, encoded in hexadecimal Sensitive Property: true
This Property is only considered if the [Client-Side Encryption Key Type] Property has a value of "LOCAL". |
Relationships:
Name | Description |
---|
success | All successfully processed FlowFiles are routed to this relationship |
failure | Unsuccessful operations will be transferred to the failure relationship. |
Reads Attributes:
None specified.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. |
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:
ListAzureBlobStorage_v12, FetchAzureBlobStorage_v12, DeleteAzureBlobStorage_v12