Class DataLakeConfigurationOptionsProxy

java.lang.Object
org.apache.camel.component.azure.storage.datalake.DataLakeConfigurationOptionsProxy

public class DataLakeConfigurationOptionsProxy extends Object
  • Constructor Details

    • DataLakeConfigurationOptionsProxy

      public DataLakeConfigurationOptionsProxy(DataLakeConfiguration configuration)
  • Method Details

    • getListFileSystemOptions

      public com.azure.storage.file.datalake.models.ListFileSystemsOptions getListFileSystemOptions(org.apache.camel.Exchange exchange)
    • getTimeout

      public Duration getTimeout(org.apache.camel.Exchange exchange)
    • getOperation

      public DataLakeOperationsDefinition getOperation(org.apache.camel.Exchange exchange)
    • getFileSystemName

      public String getFileSystemName(org.apache.camel.Exchange exchange)
    • getDirectoryName

      public String getDirectoryName(org.apache.camel.Exchange exchange)
    • getFileName

      public String getFileName(org.apache.camel.Exchange exchange)
    • getListPathsOptions

      public com.azure.storage.file.datalake.models.ListPathsOptions getListPathsOptions(org.apache.camel.Exchange exchange)
    • getPath

      public String getPath(org.apache.camel.Exchange exchange)
    • isRecursive

      public Boolean isRecursive(org.apache.camel.Exchange exchange)
    • getMaxResults

      public Integer getMaxResults(org.apache.camel.Exchange exchange)
    • isUserPrincipalNameReturned

      public Boolean isUserPrincipalNameReturned(org.apache.camel.Exchange exchange)
    • getRegex

      public String getRegex(org.apache.camel.Exchange exchange)
    • getFileDir

      public String getFileDir(org.apache.camel.Exchange exchange)
    • getDownloadLinkExpiration

      public Long getDownloadLinkExpiration(org.apache.camel.Exchange exchange)
    • getFileOffset

      public Long getFileOffset(org.apache.camel.Exchange exchange)
    • getLeaseId

      public String getLeaseId(org.apache.camel.Exchange exchange)
    • getFlush

      public Boolean getFlush(org.apache.camel.Exchange exchange)
    • retainUnCommitedData

      public Boolean retainUnCommitedData(org.apache.camel.Exchange exchange)
    • getClose

      public Boolean getClose(org.apache.camel.Exchange exchange)
    • getPosition

      public Long getPosition(org.apache.camel.Exchange exchange)
    • getListPathOptions

      public com.azure.storage.file.datalake.models.ListPathsOptions getListPathOptions(org.apache.camel.Exchange exchange)
    • getExpression

      public String getExpression(org.apache.camel.Exchange exchange)
    • getInputSerialization

      public com.azure.storage.file.datalake.models.FileQuerySerialization getInputSerialization(org.apache.camel.Exchange exchange)
    • getOutputSerialization

      public com.azure.storage.file.datalake.models.FileQuerySerialization getOutputSerialization(org.apache.camel.Exchange exchange)
    • getErrorConsuer

      public Consumer<com.azure.storage.file.datalake.models.FileQueryError> getErrorConsuer(org.apache.camel.Exchange exchange)
    • getProgressConsuer

      public Consumer<com.azure.storage.file.datalake.models.FileQueryProgress> getProgressConsuer(org.apache.camel.Exchange exchange)
    • getFileQueryOption

      public com.azure.storage.file.datalake.options.FileQueryOptions getFileQueryOption(org.apache.camel.Exchange exchange)
    • getPermission

      public String getPermission(org.apache.camel.Exchange exchange)
    • getUmask

      public String getUmask(org.apache.camel.Exchange exchange)
    • getOpenOptions

      public Set<OpenOption> getOpenOptions(org.apache.camel.Exchange exchange)
    • getFileQueryOptions

      public com.azure.storage.file.datalake.options.FileQueryOptions getFileQueryOptions(org.apache.camel.Exchange exchange)
    • getMetadata

      public Map<String,String> getMetadata(org.apache.camel.Exchange exchange)
    • getPublicAccessType

      public com.azure.storage.file.datalake.models.PublicAccessType getPublicAccessType(org.apache.camel.Exchange exchange)
    • getDataLakeRequestConditions

      public com.azure.storage.file.datalake.models.DataLakeRequestConditions getDataLakeRequestConditions(org.apache.camel.Exchange exchange)
    • getAccessTier

      public com.azure.storage.file.datalake.models.AccessTier getAccessTier(org.apache.camel.Exchange exchange)
    • getContentMd5

      public byte[] getContentMd5(org.apache.camel.Exchange exchange)
    • getParallelTransferOptions

      public com.azure.storage.common.ParallelTransferOptions getParallelTransferOptions(org.apache.camel.Exchange exchange)
    • getPathHttpHeaders

      public com.azure.storage.file.datalake.models.PathHttpHeaders getPathHttpHeaders(org.apache.camel.Exchange exchange)
    • getFileClient

      public com.azure.storage.file.datalake.DataLakeFileClient getFileClient(org.apache.camel.Exchange exchange)
    • getMaxRetryRequests

      public int getMaxRetryRequests()
    • getFileRange

      public com.azure.storage.file.datalake.models.FileRange getFileRange(org.apache.camel.Exchange exchange)
    • getConfiguration

      public DataLakeConfiguration getConfiguration()