@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.azure-storage-blob") public class BlobComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
BlobComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKey() |
Boolean |
getAutowiredEnabled() |
String |
getBlobName() |
Long |
getBlobOffset() |
Long |
getBlobSequenceNumber() |
org.apache.camel.component.azure.storage.blob.BlobType |
getBlobType() |
com.azure.storage.blob.models.BlockListType |
getBlockListType() |
Boolean |
getBridgeErrorHandler() |
com.azure.core.util.Context |
getChangeFeedContext() |
OffsetDateTime |
getChangeFeedEndTime() |
OffsetDateTime |
getChangeFeedStartTime() |
Boolean |
getCloseStreamAfterRead() |
Boolean |
getCloseStreamAfterWrite() |
Boolean |
getCommitBlockListLater() |
org.apache.camel.component.azure.storage.blob.BlobConfiguration |
getConfiguration() |
Boolean |
getCreateAppendBlob() |
Boolean |
getCreatePageBlob() |
com.azure.storage.common.StorageSharedKeyCredential |
getCredentials() |
Long |
getDataCount() |
Long |
getDownloadLinkExpiration() |
String |
getFileDir() |
Boolean |
getLazyStartProducer() |
Integer |
getMaxResultsPerPage() |
Integer |
getMaxRetryRequests() |
org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition |
getOperation() |
Long |
getPageBlobSize() |
String |
getPrefix() |
String |
getRegex() |
com.azure.storage.blob.BlobServiceClient |
getServiceClient() |
String |
getSourceBlobAccessKey() |
Duration |
getTimeout() |
void |
setAccessKey(String accessKey) |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setBlobName(String blobName) |
void |
setBlobOffset(Long blobOffset) |
void |
setBlobSequenceNumber(Long blobSequenceNumber) |
void |
setBlobType(org.apache.camel.component.azure.storage.blob.BlobType blobType) |
void |
setBlockListType(com.azure.storage.blob.models.BlockListType blockListType) |
void |
setBridgeErrorHandler(Boolean bridgeErrorHandler) |
void |
setChangeFeedContext(com.azure.core.util.Context changeFeedContext) |
void |
setChangeFeedEndTime(OffsetDateTime changeFeedEndTime) |
void |
setChangeFeedStartTime(OffsetDateTime changeFeedStartTime) |
void |
setCloseStreamAfterRead(Boolean closeStreamAfterRead) |
void |
setCloseStreamAfterWrite(Boolean closeStreamAfterWrite) |
void |
setCommitBlockListLater(Boolean commitBlockListLater) |
void |
setConfiguration(org.apache.camel.component.azure.storage.blob.BlobConfiguration configuration) |
void |
setCreateAppendBlob(Boolean createAppendBlob) |
void |
setCreatePageBlob(Boolean createPageBlob) |
void |
setCredentials(com.azure.storage.common.StorageSharedKeyCredential credentials) |
void |
setDataCount(Long dataCount) |
void |
setDownloadLinkExpiration(Long downloadLinkExpiration) |
void |
setFileDir(String fileDir) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setMaxResultsPerPage(Integer maxResultsPerPage) |
void |
setMaxRetryRequests(Integer maxRetryRequests) |
void |
setOperation(org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition operation) |
void |
setPageBlobSize(Long pageBlobSize) |
void |
setPrefix(String prefix) |
void |
setRegex(String regex) |
void |
setServiceClient(com.azure.storage.blob.BlobServiceClient serviceClient) |
void |
setSourceBlobAccessKey(String sourceBlobAccessKey) |
void |
setTimeout(Duration timeout) |
public String getBlobName()
public void setBlobName(String blobName)
public Long getBlobOffset()
public void setBlobOffset(Long blobOffset)
public org.apache.camel.component.azure.storage.blob.BlobType getBlobType()
public void setBlobType(org.apache.camel.component.azure.storage.blob.BlobType blobType)
public Boolean getCloseStreamAfterRead()
public void setCloseStreamAfterRead(Boolean closeStreamAfterRead)
public org.apache.camel.component.azure.storage.blob.BlobConfiguration getConfiguration()
public void setConfiguration(org.apache.camel.component.azure.storage.blob.BlobConfiguration configuration)
public com.azure.storage.common.StorageSharedKeyCredential getCredentials()
public void setCredentials(com.azure.storage.common.StorageSharedKeyCredential credentials)
public Long getDataCount()
public void setDataCount(Long dataCount)
public String getFileDir()
public void setFileDir(String fileDir)
public Integer getMaxResultsPerPage()
public void setMaxResultsPerPage(Integer maxResultsPerPage)
public Integer getMaxRetryRequests()
public void setMaxRetryRequests(Integer maxRetryRequests)
public String getPrefix()
public void setPrefix(String prefix)
public String getRegex()
public void setRegex(String regex)
public com.azure.storage.blob.BlobServiceClient getServiceClient()
public void setServiceClient(com.azure.storage.blob.BlobServiceClient serviceClient)
public Duration getTimeout()
public void setTimeout(Duration timeout)
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
public Long getBlobSequenceNumber()
public void setBlobSequenceNumber(Long blobSequenceNumber)
public com.azure.storage.blob.models.BlockListType getBlockListType()
public void setBlockListType(com.azure.storage.blob.models.BlockListType blockListType)
public com.azure.core.util.Context getChangeFeedContext()
public void setChangeFeedContext(com.azure.core.util.Context changeFeedContext)
public OffsetDateTime getChangeFeedEndTime()
public void setChangeFeedEndTime(OffsetDateTime changeFeedEndTime)
public OffsetDateTime getChangeFeedStartTime()
public void setChangeFeedStartTime(OffsetDateTime changeFeedStartTime)
public Boolean getCloseStreamAfterWrite()
public void setCloseStreamAfterWrite(Boolean closeStreamAfterWrite)
public Boolean getCommitBlockListLater()
public void setCommitBlockListLater(Boolean commitBlockListLater)
public Boolean getCreateAppendBlob()
public void setCreateAppendBlob(Boolean createAppendBlob)
public Boolean getCreatePageBlob()
public void setCreatePageBlob(Boolean createPageBlob)
public Long getDownloadLinkExpiration()
public void setDownloadLinkExpiration(Long downloadLinkExpiration)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition getOperation()
public void setOperation(org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition operation)
public Long getPageBlobSize()
public void setPageBlobSize(Long pageBlobSize)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
public String getAccessKey()
public void setAccessKey(String accessKey)
public String getSourceBlobAccessKey()
public void setSourceBlobAccessKey(String sourceBlobAccessKey)
Apache Camel