Class BlobComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @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!
    • Constructor Detail

      • BlobComponentConfiguration

        public BlobComponentConfiguration()
    • Method Detail

      • getBlobName

        public String getBlobName()
      • setBlobName

        public void setBlobName​(String blobName)
      • getBlobOffset

        public Long getBlobOffset()
      • setBlobOffset

        public void setBlobOffset​(Long blobOffset)
      • 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

        public Boolean getCloseStreamAfterRead()
      • setCloseStreamAfterRead

        public void setCloseStreamAfterRead​(Boolean closeStreamAfterRead)
      • 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()
      • setCredentials

        public void setCredentials​(com.azure.storage.common.StorageSharedKeyCredential credentials)
      • 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

        public Long getDataCount()
      • setDataCount

        public void setDataCount​(Long dataCount)
      • getFileDir

        public String getFileDir()
      • setFileDir

        public void setFileDir​(String fileDir)
      • getMaxResultsPerPage

        public Integer getMaxResultsPerPage()
      • setMaxResultsPerPage

        public void setMaxResultsPerPage​(Integer maxResultsPerPage)
      • getMaxRetryRequests

        public Integer getMaxRetryRequests()
      • setMaxRetryRequests

        public void setMaxRetryRequests​(Integer maxRetryRequests)
      • getPrefix

        public String getPrefix()
      • setPrefix

        public void setPrefix​(String prefix)
      • getRegex

        public String getRegex()
      • setRegex

        public void setRegex​(String regex)
      • getServiceClient

        public com.azure.storage.blob.BlobServiceClient getServiceClient()
      • setServiceClient

        public void setServiceClient​(com.azure.storage.blob.BlobServiceClient serviceClient)
      • getTimeout

        public Duration getTimeout()
      • setTimeout

        public void setTimeout​(Duration timeout)
      • getBridgeErrorHandler

        public Boolean getBridgeErrorHandler()
      • setBridgeErrorHandler

        public void setBridgeErrorHandler​(Boolean bridgeErrorHandler)
      • getBlobSequenceNumber

        public Long getBlobSequenceNumber()
      • setBlobSequenceNumber

        public void setBlobSequenceNumber​(Long blobSequenceNumber)
      • 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)
      • setChangeFeedEndTime

        public void setChangeFeedEndTime​(OffsetDateTime changeFeedEndTime)
      • getChangeFeedStartTime

        public OffsetDateTime getChangeFeedStartTime()
      • setChangeFeedStartTime

        public void setChangeFeedStartTime​(OffsetDateTime changeFeedStartTime)
      • getCloseStreamAfterWrite

        public Boolean getCloseStreamAfterWrite()
      • setCloseStreamAfterWrite

        public void setCloseStreamAfterWrite​(Boolean closeStreamAfterWrite)
      • getCommitBlockListLater

        public Boolean getCommitBlockListLater()
      • setCommitBlockListLater

        public void setCommitBlockListLater​(Boolean commitBlockListLater)
      • getCreateAppendBlob

        public Boolean getCreateAppendBlob()
      • setCreateAppendBlob

        public void setCreateAppendBlob​(Boolean createAppendBlob)
      • getCreatePageBlob

        public Boolean getCreatePageBlob()
      • setCreatePageBlob

        public void setCreatePageBlob​(Boolean createPageBlob)
      • getDownloadLinkExpiration

        public Long getDownloadLinkExpiration()
      • setDownloadLinkExpiration

        public void setDownloadLinkExpiration​(Long downloadLinkExpiration)
      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • 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

        public Long getPageBlobSize()
      • setPageBlobSize

        public void setPageBlobSize​(Long pageBlobSize)
      • getAutowiredEnabled

        public Boolean getAutowiredEnabled()
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)
      • getAccessKey

        public String getAccessKey()
      • setAccessKey

        public void setAccessKey​(String accessKey)
      • getSourceBlobAccessKey

        public String getSourceBlobAccessKey()
      • setSourceBlobAccessKey

        public void setSourceBlobAccessKey​(String sourceBlobAccessKey)