public static interface AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder extends ComponentBuilder<org.apache.camel.component.azure.storage.blob.BlobComponent>
| Modifier and Type | Method and Description |
|---|---|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
accessKey(String accessKey)
Access key for the associated azure account name to be used for
authentication with azure blob services.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
blobName(String blobName)
The blob name, required for consumer.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
blobOffset(long blobOffset)
Set the blob offset for the upload or download operations, default is
0.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
blobType(org.apache.camel.component.azure.storage.blob.BlobType blobType)
The blob type in order to initiate the appropriate settings for each
blob type.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
closeStreamAfterRead(boolean closeStreamAfterRead)
Close the stream after read or keep it open, default is true.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
closeStreamAfterWrite(boolean closeStreamAfterWrite)
Close the stream after write or keep it open, default is true.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
configuration(org.apache.camel.component.azure.storage.blob.BlobConfiguration configuration)
The component configurations.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
credentials(com.azure.storage.common.StorageSharedKeyCredential credentials)
StorageSharedKeyCredential can be injected to create the azure
client, this holds the important authentication information.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
dataCount(Long dataCount)
How many bytes to include in the range.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
fileDir(String fileDir)
The file directory where the downloaded blobs will be saved to, this
can be used in both, producer and consumer.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
maxRetryRequests(int maxRetryRequests)
Specifies the maximum number of additional HTTP Get requests that
will be made while reading the data from a response body.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
operation(org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition operation)
The blob operation that can be used with this component on the
producer.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
serviceClient(com.azure.storage.blob.BlobServiceClient serviceClient)
Client to a storage account.
|
build, build, doSetProperty, registerdefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder blobName(String blobName)
java.lang.String type.
Group: commondefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder blobOffset(long blobOffset)
long type.
Default: 0
Group: commondefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder blobType(org.apache.camel.component.azure.storage.blob.BlobType blobType)
org.apache.camel.component.azure.storage.blob.BlobType
type.
Default: blockblob
Group: commondefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder closeStreamAfterRead(boolean closeStreamAfterRead)
boolean type.
Default: true
Group: commondefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder configuration(org.apache.camel.component.azure.storage.blob.BlobConfiguration configuration)
org.apache.camel.component.azure.storage.blob.BlobConfiguration type.
Group: commondefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder credentials(com.azure.storage.common.StorageSharedKeyCredential credentials)
com.azure.storage.common.StorageSharedKeyCredential
type.
Group: commondefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder dataCount(Long dataCount)
java.lang.Long type.
Group: commondefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder fileDir(String fileDir)
java.lang.String type.
Group: commondefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder maxRetryRequests(int maxRetryRequests)
int type.
Default: 0
Group: commondefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder serviceClient(com.azure.storage.blob.BlobServiceClient serviceClient)
com.azure.storage.blob.BlobServiceClient type.
Group: commondefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder closeStreamAfterWrite(boolean closeStreamAfterWrite)
boolean type.
Default: true
Group: producerdefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder operation(org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition operation)
org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition type.
Default: listBlobContainers
Group: producerdefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: securityApache Camel