- SERVICE_URI_SEGMENT - Static variable in interface org.apache.camel.component.azure.blob.BlobServiceConstants
-
- SERVICE_URI_SEGMENT - Static variable in interface org.apache.camel.component.azure.queue.QueueServiceConstants
-
- setAccessCond(AccessCondition) - Method in class org.apache.camel.component.azure.blob.BlobServiceRequestOptions
-
- setAccountName(String) - Method in class org.apache.camel.component.azure.common.AbstractConfiguration
-
Set the Azure account name
- setAzureBlobClient(CloudBlob) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
The blob service client
- setAzureQueueClient(CloudQueue) - Method in class org.apache.camel.component.azure.queue.QueueServiceConfiguration
-
The queue service client
- setBlobMetadata(Map<String, String>) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Set the blob meta-data
- setBlobName(String) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Blob name, required for most operations
- setBlobOffset(Long) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Set the blob offset for the upload or download operations, default is 0
- setBlobPrefix(String) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Set a prefix which can be used for listing the blobs
- setBlobType(BlobType) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Set a blob type, 'blockblob' is default
- setCloseStreamAfterRead(boolean) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Close the stream after read or keep it open, default is true
- setCloseStreamAfterWrite(boolean) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Close the stream after write or keep it open, default is true
- setConfiguration(BlobServiceConfiguration) - Method in class org.apache.camel.component.azure.blob.BlobServiceEndpoint
-
- setConfiguration(QueueServiceConfiguration) - Method in class org.apache.camel.component.azure.queue.QueueServiceEndpoint
-
- setContainerName(String) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Set the blob service container name
- setCredentials(StorageCredentials) - Method in class org.apache.camel.component.azure.common.AbstractConfiguration
-
Set the storage credentials, required in most cases
- setDataLength(Long) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Set the data length for the download or page blob upload operations
- setFileDir(String) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Set the file directory where the downloaded blobs will be saved to
- setMessageTimeToLive(int) - Method in class org.apache.camel.component.azure.queue.QueueServiceConfiguration
-
Message Time To Live in seconds
- setMessageVisibilityDelay(int) - Method in class org.apache.camel.component.azure.queue.QueueServiceConfiguration
-
Message Visibility Delay in seconds
- setOpContext(OperationContext) - Method in class org.apache.camel.component.azure.common.AbstractServiceRequestOptions
-
- setOperation(BlobServiceOperations) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Blob service operation hint to the producer
- setOperation(QueueServiceOperations) - Method in class org.apache.camel.component.azure.queue.QueueServiceConfiguration
-
Queue service operation hint to the producer
- setPublicForRead(boolean) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Storage resources can be public for reading their content, if this property is enabled
then the credentials do not have to be set
- setQueueName(String) - Method in class org.apache.camel.component.azure.queue.QueueServiceConfiguration
-
The queue resource name
- setQueuePrefix(String) - Method in class org.apache.camel.component.azure.queue.QueueServiceConfiguration
-
Set a prefix which can be used for listing the queues
- setRequestOpts(BlobRequestOptions) - Method in class org.apache.camel.component.azure.blob.BlobServiceRequestOptions
-
- setRequestOpts(QueueRequestOptions) - Method in class org.apache.camel.component.azure.queue.QueueServiceRequestOptions
-
- setStreamReadSize(int) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Set the minimum read size in bytes when reading the blob content
- setStreamWriteSize(int) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Set the size of the buffer for writing block and page blocks
- setUseFlatListing(boolean) - Method in class org.apache.camel.component.azure.blob.BlobServiceConfiguration
-
Specify if the flat or hierarchical blob listing should be used