Uses of Interface
org.apache.camel.builder.component.dsl.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder
Packages that use AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder
-
Uses of AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.azureStorageBlob()Azure Storage Blob Service (camel-azure-storage-blob) Store and retrieve blobs from Azure Storage Blob Service. -
Uses of AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilderModifier and TypeMethodDescriptionAzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.accessKey(String accessKey) Access key for the associated azure account name to be used for authentication with azure blob services.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.AzureStorageBlobComponentBuilderFactory.azureStorageBlob()Azure Storage Blob Service (camel-azure-storage-blob) Store and retrieve blobs from Azure Storage Blob Service.The blob name, to consume specific blob from a container.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.blobOffset(long blobOffset) Set the blob offset for the upload or download operations, default is 0.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.blobSequenceNumber(Long blobSequenceNumber) A user-controlled value that you can use to track requests.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.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.blockListType(com.azure.storage.blob.models.BlockListType blockListType) Specifies which type of blocks to return.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.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.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.changeFeedContext(com.azure.core.util.Context changeFeedContext) When using getChangeFeed producer operation, this gives additional context that is passed through the Http pipeline during the service call.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.changeFeedEndTime(OffsetDateTime changeFeedEndTime) When using getChangeFeed producer operation, this filters the results to return events approximately before the end time.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.changeFeedStartTime(OffsetDateTime changeFeedStartTime) When using getChangeFeed producer operation, this filters the results to return events approximately after the start time.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.closeStreamAfterRead(boolean closeStreamAfterRead) Close the stream after read or keep it open, default is true.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.closeStreamAfterWrite(boolean closeStreamAfterWrite) Close the stream after write or keep it open, default is true.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.commitBlockListLater(boolean commitBlockListLater) When is set to true, the staged blocks will not be committed directly.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.configuration(org.apache.camel.component.azure.storage.blob.BlobConfiguration configuration) The component configurations.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.createAppendBlob(boolean createAppendBlob) When is set to true, the append blocks will be created when committing append blocks.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.createPageBlob(boolean createPageBlob) When is set to true, the page blob will be created when uploading page blob.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.credentials(com.azure.storage.common.StorageSharedKeyCredential credentials) StorageSharedKeyCredential can be injected to create the azure client, this holds the important authentication information.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.credentialType(org.apache.camel.component.azure.storage.blob.CredentialType credentialType) Determines the credential strategy to adopt.How many bytes to include in the range.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.downloadLinkExpiration(Long downloadLinkExpiration) Override the default expiration (millis) of URL download link.The file directory where the downloaded blobs will be saved to, this can be used in both, producer and consumer.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.maxResultsPerPage(Integer maxResultsPerPage) Specifies the maximum number of blobs to return, including all BlobPrefix elements.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.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.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.pageBlobSize(Long pageBlobSize) Specifies the maximum size for the page blob, up to 8 TB.Filters the results to return only blobs whose names begin with the specified prefix.Filters the results to return only blobs whose names match the specified regular expression.In case of usage of Shared Access Signature we'll need to set a SAS Token.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.serviceClient(com.azure.storage.blob.BlobServiceClient serviceClient) Client to a storage account.AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.sourceBlobAccessKey(String sourceBlobAccessKey) Source Blob Access Key: for copyblob operation, sadly, we need to have an accessKey for the source blob we want to copy Passing an accessKey as header, it's unsafe so we could set as key.An optional timeout value beyond which a RuntimeException will be raised.