Class AzureStorageCredentialsControllerServiceLookup_v12

java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.controller.AbstractControllerService
org.apache.nifi.service.lookup.AbstractSingleAttributeBasedControllerServiceLookup<AzureStorageCredentialsService_v12>
org.apache.nifi.services.azure.storage.AzureStorageCredentialsControllerServiceLookup_v12
All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent, org.apache.nifi.controller.ControllerService, AzureStorageCredentialsService_v12

@Tags({"azure","microsoft","cloud","storage","blob","queue","credentials"}) @CapabilityDescription("Provides an AzureStorageCredentialsService_v12 that can be used to dynamically select another AzureStorageCredentialsService_v12. This service requires an attribute named \'azure.storage.credentials.name\' to be passed in, and will throw an exception if the attribute is missing. The value of \'azure.storage.credentials.name\' will be used to select the AzureStorageCredentialsService_v12 that has been registered with that name. This will allow multiple AzureStorageCredentialsServices_v12 to be defined and registered, and then selected dynamically at runtime by tagging flow files with the appropriate \'azure.storage.credentials.name\' attribute.") @DynamicProperty(name="The name to register AzureStorageCredentialsService_v12", value="The AzureStorageCredentialsService_v12", description="If \'azure.storage.credentials.name\' attribute contains the name of the dynamic property, then the AzureStorageCredentialsService_v12 (registered in the value) will be selected.", expressionLanguageScope=NONE) public class AzureStorageCredentialsControllerServiceLookup_v12 extends AbstractSingleAttributeBasedControllerServiceLookup<AzureStorageCredentialsService_v12> implements AzureStorageCredentialsService_v12