Class BlobComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.azure.storage.blob.springboot.BlobComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.azure-storage-blob") public class BlobComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonStore and retrieve blobs from Azure Storage Blob Service. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description BlobComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessKey()BooleangetAutowiredEnabled()StringgetBlobName()LonggetBlobOffset()LonggetBlobSequenceNumber()org.apache.camel.component.azure.storage.blob.BlobTypegetBlobType()com.azure.storage.blob.models.BlockListTypegetBlockListType()BooleangetBridgeErrorHandler()com.azure.core.util.ContextgetChangeFeedContext()OffsetDateTimegetChangeFeedEndTime()OffsetDateTimegetChangeFeedStartTime()BooleangetCloseStreamAfterRead()BooleangetCloseStreamAfterWrite()BooleangetCommitBlockListLater()org.apache.camel.component.azure.storage.blob.BlobConfigurationgetConfiguration()BooleangetCreateAppendBlob()BooleangetCreatePageBlob()com.azure.storage.common.StorageSharedKeyCredentialgetCredentials()org.apache.camel.component.azure.storage.blob.CredentialTypegetCredentialType()LonggetDataCount()LonggetDownloadLinkExpiration()StringgetFileDir()BooleangetLazyStartProducer()IntegergetMaxResultsPerPage()IntegergetMaxRetryRequests()org.apache.camel.component.azure.storage.blob.BlobOperationsDefinitiongetOperation()LonggetPageBlobSize()StringgetPrefix()StringgetRegex()com.azure.storage.blob.BlobServiceClientgetServiceClient()StringgetSourceBlobAccessKey()DurationgetTimeout()voidsetAccessKey(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)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetMaxResultsPerPage(Integer maxResultsPerPage)voidsetMaxRetryRequests(Integer maxRetryRequests)voidsetOperation(org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition operation)voidsetPageBlobSize(Long pageBlobSize)voidsetPrefix(String prefix)voidsetRegex(String regex)voidsetServiceClient(com.azure.storage.blob.BlobServiceClient serviceClient)voidsetSourceBlobAccessKey(String sourceBlobAccessKey)voidsetTimeout(Duration timeout)
-
-
-
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)
-
getChangeFeedEndTime
public OffsetDateTime getChangeFeedEndTime()
-
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)
-
-