AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.accountKey(String accountKey)
account key for authentication.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
Azure Storage Data Lake Service (camel-azure-storage-datalake)
Sends and receives files to/from Azure Data Lake Storage.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions (if possible) occurred while the Camel
consumer is trying to pickup incoming messages, or the likes, will
now be processed as a message and handled by the routing Error
Handler.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.clientId(String clientId)
client id for azure account.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.clientSecret(String clientSecret)
client secret for azure account.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.clientSecretCredential(com.azure.identity.ClientSecretCredential clientSecretCredential)
client secret credential for authentication.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.close(Boolean close)
Whether or not a file changed event raised indicates completion
(true) or modification (false).
check for closing stream after read.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.configuration(org.apache.camel.component.azure.storage.datalake.DataLakeConfiguration configuration)
configuration object for data lake.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.credentialType(org.apache.camel.component.azure.storage.datalake.CredentialType credentialType)
Determines the credential strategy to adopt.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.dataCount(Long dataCount)
count number of bytes to download.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.directoryName(String directoryName)
directory of the file to be handled in component.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.downloadLinkExpiration(Long downloadLinkExpiration)
download link expiration time.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.expression(String expression)
expression for queryInputStream.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.fileDir(String fileDir)
directory of file to do operations in the local system.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.fileName(String fileName)
name of file to be handled in component.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.fileOffset(Long fileOffset)
offset position in file for different operations.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled)
Used for enabling or disabling all consumer based health checks from
this component.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled)
Used for enabling or disabling all producer based health checks from
this component.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.maxResults(Integer maxResults)
maximum number of results to show at a time.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.maxRetryRequests(int maxRetryRequests)
no of retries to a given request.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.openOptions(Set<OpenOption> openOptions)
set open options for creating file.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.operation(org.apache.camel.component.azure.storage.datalake.DataLakeOperationsDefinition operation)
operation to be performed.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.path(String path)
path in azure data lake for operations.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.permission(String permission)
permission string for the file.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.position(Long position)
This parameter allows the caller to upload data in parallel and
control the order in which it is appended to the file.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.recursive(Boolean recursive)
recursively include all paths.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.regex(String regex)
regular expression for matching file names.
Whether or not uncommitted data is to be retained after the
operation.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.sasCredential(com.azure.core.credential.AzureSasCredential sasCredential)
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.sasSignature(String sasSignature)
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.serviceClient(com.azure.storage.file.datalake.DataLakeServiceClient serviceClient)
data lake service client for azure storage data lake.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.sharedKeyCredential(com.azure.storage.common.StorageSharedKeyCredential sharedKeyCredential)
shared key credential for azure data lake gen2.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.tenantId(String tenantId)
tenant id for azure account.
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.timeout(Duration timeout)
AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder.umask(String umask)
umask permission for file.
whether or not to use upn.