Class BlobComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.azure.storage.blob.springboot.BlobComponentConfiguration
@ConfigurationProperties(prefix="camel.component.azure-storage-blob")
public class BlobComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Store and retrieve blobs from Azure Storage Blob Service.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.azure.storage.blob.BlobTypecom.azure.storage.blob.models.BlockListTypecom.azure.core.util.Contextorg.apache.camel.component.azure.storage.blob.BlobConfigurationcom.azure.storage.common.StorageSharedKeyCredentialorg.apache.camel.component.azure.storage.blob.CredentialTypeorg.apache.camel.component.azure.storage.blob.BlobOperationsDefinitiongetRegex()com.azure.storage.blob.BlobServiceClientvoidsetAccessKey(String accessKey) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBlobName(String blobName) voidsetBlobOffset(Long blobOffset) voidsetBlobSequenceNumber(Long blobSequenceNumber) voidsetBlobType(org.apache.camel.component.azure.storage.blob.BlobType blobType) voidsetBlockListType(com.azure.storage.blob.models.BlockListType blockListType) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetChangeFeedContext(com.azure.core.util.Context changeFeedContext) voidsetChangeFeedEndTime(OffsetDateTime changeFeedEndTime) voidsetChangeFeedStartTime(OffsetDateTime changeFeedStartTime) voidsetCloseStreamAfterRead(Boolean closeStreamAfterRead) voidsetCloseStreamAfterWrite(Boolean closeStreamAfterWrite) voidsetCommitBlockListLater(Boolean commitBlockListLater) voidsetConfiguration(org.apache.camel.component.azure.storage.blob.BlobConfiguration configuration) voidsetCreateAppendBlob(Boolean createAppendBlob) voidsetCreatePageBlob(Boolean createPageBlob) voidsetCredentials(com.azure.storage.common.StorageSharedKeyCredential credentials) voidsetCredentialType(org.apache.camel.component.azure.storage.blob.CredentialType credentialType) voidsetDataCount(Long dataCount) voidsetDownloadLinkExpiration(Long downloadLinkExpiration) voidsetFileDir(String fileDir) voidsetHealthCheckConsumerEnabled(Boolean healthCheckConsumerEnabled) voidsetHealthCheckProducerEnabled(Boolean healthCheckProducerEnabled) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetMaxResultsPerPage(Integer maxResultsPerPage) voidsetMaxRetryRequests(Integer maxRetryRequests) voidsetOperation(org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition operation) voidsetPageBlobSize(Long pageBlobSize) voidvoidvoidsetServiceClient(com.azure.storage.blob.BlobServiceClient serviceClient) voidsetSourceBlobAccessKey(String sourceBlobAccessKey) voidsetTimeout(Duration timeout) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
BlobComponentConfiguration
public BlobComponentConfiguration()
-
-
Method Details
-
getBlobName
-
setBlobName
-
getBlobOffset
-
setBlobOffset
-
getBlobType
public org.apache.camel.component.azure.storage.blob.BlobType getBlobType() -
setBlobType
public void setBlobType(org.apache.camel.component.azure.storage.blob.BlobType blobType) -
getCloseStreamAfterRead
-
setCloseStreamAfterRead
-
getConfiguration
public org.apache.camel.component.azure.storage.blob.BlobConfiguration getConfiguration() -
setConfiguration
public void setConfiguration(org.apache.camel.component.azure.storage.blob.BlobConfiguration configuration) -
getCredentials
public com.azure.storage.common.StorageSharedKeyCredential getCredentials() -
getCredentialType
public org.apache.camel.component.azure.storage.blob.CredentialType getCredentialType() -
setCredentialType
public void setCredentialType(org.apache.camel.component.azure.storage.blob.CredentialType credentialType) -
getDataCount
-
setDataCount
-
getFileDir
-
setFileDir
-
getMaxResultsPerPage
-
setMaxResultsPerPage
-
getMaxRetryRequests
-
setMaxRetryRequests
-
getPrefix
-
setPrefix
-
getRegex
-
setRegex
-
getServiceClient
public com.azure.storage.blob.BlobServiceClient getServiceClient() -
setServiceClient
public void setServiceClient(com.azure.storage.blob.BlobServiceClient serviceClient) -
getTimeout
-
setTimeout
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getBlobSequenceNumber
-
setBlobSequenceNumber
-
getBlockListType
public com.azure.storage.blob.models.BlockListType getBlockListType() -
setBlockListType
public void setBlockListType(com.azure.storage.blob.models.BlockListType blockListType) -
getChangeFeedContext
public com.azure.core.util.Context getChangeFeedContext() -
setChangeFeedContext
public void setChangeFeedContext(com.azure.core.util.Context changeFeedContext) -
getChangeFeedEndTime
-
setChangeFeedEndTime
-
getChangeFeedStartTime
-
setChangeFeedStartTime
-
getCloseStreamAfterWrite
-
setCloseStreamAfterWrite
-
getCommitBlockListLater
-
setCommitBlockListLater
-
getCreateAppendBlob
-
setCreateAppendBlob
-
getCreatePageBlob
-
setCreatePageBlob
-
getDownloadLinkExpiration
-
setDownloadLinkExpiration
-
getLazyStartProducer
-
setLazyStartProducer
-
getOperation
public org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition getOperation() -
setOperation
public void setOperation(org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition operation) -
getPageBlobSize
-
setPageBlobSize
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getHealthCheckConsumerEnabled
-
setHealthCheckConsumerEnabled
-
getHealthCheckProducerEnabled
-
setHealthCheckProducerEnabled
-
getAccessKey
-
setAccessKey
-
getSourceBlobAccessKey
-
setSourceBlobAccessKey
-