- generateSas(BlobServiceSasSignatureValues) - Method in class org.apache.camel.component.azure.storage.blob.client.BlobClientWrapper
-
- getAccessKey() - Method in class org.apache.camel.component.azure.storage.blob.BlobConfiguration
-
Access key for the associated azure account name to be used for authentication with azure blob services
- getAccessTier() - Method in class org.apache.camel.component.azure.storage.blob.BlobCommonRequestOptions
-
- getAccessTierFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getAccountName() - Method in class org.apache.camel.component.azure.storage.blob.BlobConfiguration
-
Azure account name to be used for authentication with azure blob services
- getAllOptions(Object) - Method in class org.apache.camel.component.azure.storage.blob.BlobComponentConfigurer
-
- getAllOptions(Object) - Method in class org.apache.camel.component.azure.storage.blob.BlobEndpointConfigurer
-
- getBlob(Exchange) - Method in class org.apache.camel.component.azure.storage.blob.operations.BlobOperations
-
- getBlobBlockList(Exchange) - Method in class org.apache.camel.component.azure.storage.blob.operations.BlobOperations
-
- getBlobClientWrapper(String) - Method in class org.apache.camel.component.azure.storage.blob.client.BlobContainerClientWrapper
-
- getBlobContainerClientWrapper(String) - Method in class org.apache.camel.component.azure.storage.blob.client.BlobServiceClientWrapper
-
- getBlobContainerNameFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getBlobHttpHeaders() - Method in class org.apache.camel.component.azure.storage.blob.BlobCommonRequestOptions
-
- getBlobHttpHeadersFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getBlobListDetailsFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getBlobName() - Method in class org.apache.camel.component.azure.storage.blob.BlobConfiguration
-
The blob name, required for consumer.
- getBlobName(BlobConfiguration, Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobUtils
-
- getBlobName() - Method in class org.apache.camel.component.azure.storage.blob.client.BlobClientWrapper
-
- getBlobNameFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getBlobOffset() - Method in class org.apache.camel.component.azure.storage.blob.BlobConfiguration
-
Set the blob offset for the upload or download operations, default is 0
- getBlobOperationsDefinitionFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getBlobRequestConditions() - Method in class org.apache.camel.component.azure.storage.blob.BlobCommonRequestOptions
-
- getBlobRequestConditionsFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getBlobSequenceNumberFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getBlobServiceClient() - Method in class org.apache.camel.component.azure.storage.blob.BlobEndpoint
-
Client to a storage account.
- getBlobType() - Method in class org.apache.camel.component.azure.storage.blob.BlobConfiguration
-
The blob type in order to initiate the appropriate settings for each blob type
- getBlobUrl() - Method in class org.apache.camel.component.azure.storage.blob.client.BlobClientWrapper
-
- getBlockEntry() - Method in class org.apache.camel.component.azure.storage.blob.BlobBlock
-
- getBlockListTypeFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getBlockStream() - Method in class org.apache.camel.component.azure.storage.blob.BlobBlock
-
- getBody() - Method in class org.apache.camel.component.azure.storage.blob.operations.BlobOperationResponse
-
- getCommitBlockListFlagFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getCommonRequestOptions(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobUtils
-
- getConfiguration() - Method in class org.apache.camel.component.azure.storage.blob.BlobComponent
-
The component configurations
- getConfiguration() - Method in class org.apache.camel.component.azure.storage.blob.BlobEndpoint
-
The component configurations
- getContainerName() - Method in class org.apache.camel.component.azure.storage.blob.BlobConfiguration
-
The blob container name
- getContainerName(BlobConfiguration, Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobUtils
-
- getContentMD5() - Method in class org.apache.camel.component.azure.storage.blob.BlobCommonRequestOptions
-
- getContentMd5FromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getCreateAppendBlobFlagFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getCreatePageBlobFlagFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getCredentials() - Method in class org.apache.camel.component.azure.storage.blob.BlobConfiguration
-
StorageSharedKeyCredential can be injected to create the azure client, this holds the important authentication information
- getDataCount() - Method in class org.apache.camel.component.azure.storage.blob.BlobConfiguration
-
How many bytes to include in the range.
- getDeleteSnapshotsOptionTypeFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getDownloadLinkExpirationFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getEndpoint() - Method in class org.apache.camel.component.azure.storage.blob.BlobConsumer
-
- getEndpoint() - Method in class org.apache.camel.component.azure.storage.blob.BlobProducer
-
- getFileDir() - Method in class org.apache.camel.component.azure.storage.blob.BlobConfiguration
-
The file directory where the downloaded blobs will be saved to, this can be used in both, producer and consumer
- getFileDirFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getHeaders() - Method in class org.apache.camel.component.azure.storage.blob.operations.BlobOperationResponse
-
- getInMessage(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobUtils
-
- getInputStream() - Method in class org.apache.camel.component.azure.storage.blob.BlobStreamAndLength
-
- getInputStreamLength(InputStream) - Static method in class org.apache.camel.component.azure.storage.blob.BlobUtils
-
- getListBlobContainersOptionsFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getListBlobsOptionsFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getMaxResultsPerPageFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getMaxRetryRequests() - Method in class org.apache.camel.component.azure.storage.blob.BlobConfiguration
-
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a response body.
- getMetadata() - Method in class org.apache.camel.component.azure.storage.blob.BlobCommonRequestOptions
-
- getMetadataFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getOperation() - Method in class org.apache.camel.component.azure.storage.blob.BlobConfiguration
-
The blob operation that can be used with this component on the producer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.azure.storage.blob.BlobComponentConfigurer
-
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.azure.storage.blob.BlobEndpointConfigurer
-
- getPageBlobRanges(BlobRange, BlobRequestConditions, Duration) - Method in class org.apache.camel.component.azure.storage.blob.client.BlobClientWrapper
-
- getPageBlobRanges(Exchange) - Method in class org.apache.camel.component.azure.storage.blob.operations.BlobOperations
-
- getPageBlobSize(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getPageRangeFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getParallelTransferOptionsFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getPrefixFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getPublicAccessTypeFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-
- getServiceClient() - Method in class org.apache.camel.component.azure.storage.blob.BlobConfiguration
-
Client to a storage account.
- getStreamLength() - Method in class org.apache.camel.component.azure.storage.blob.BlobStreamAndLength
-
- getTimeout() - Method in class org.apache.camel.component.azure.storage.blob.BlobCommonRequestOptions
-
- getTimeoutFromHeaders(Exchange) - Static method in class org.apache.camel.component.azure.storage.blob.BlobExchangeHeaders
-