public class DataLakeConfigurationOptionsProxy extends Object
| Constructor and Description |
|---|
DataLakeConfigurationOptionsProxy(DataLakeConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
com.azure.storage.file.datalake.models.AccessTier |
getAccessTier(org.apache.camel.Exchange exchange) |
Boolean |
getClose(org.apache.camel.Exchange exchange) |
DataLakeConfiguration |
getConfiguration() |
byte[] |
getContentMd5(org.apache.camel.Exchange exchange) |
com.azure.storage.file.datalake.models.DataLakeRequestConditions |
getDataLakeRequestConditions(org.apache.camel.Exchange exchange) |
String |
getDirectoryName(org.apache.camel.Exchange exchange) |
Long |
getDownloadLinkExpiration(org.apache.camel.Exchange exchange) |
Consumer<com.azure.storage.file.datalake.models.FileQueryError> |
getErrorConsuer(org.apache.camel.Exchange exchange) |
String |
getExpression(org.apache.camel.Exchange exchange) |
String |
getFileDir(org.apache.camel.Exchange exchange) |
String |
getFileName(org.apache.camel.Exchange exchange) |
Long |
getFileOffset(org.apache.camel.Exchange exchange) |
com.azure.storage.file.datalake.options.FileQueryOptions |
getFileQueryOption(org.apache.camel.Exchange exchange) |
com.azure.storage.file.datalake.options.FileQueryOptions |
getFileQueryOptions(org.apache.camel.Exchange exchange) |
com.azure.storage.file.datalake.models.FileRange |
getFileRange(org.apache.camel.Exchange exchange) |
String |
getFileSystemName(org.apache.camel.Exchange exchange) |
com.azure.storage.file.datalake.models.FileQuerySerialization |
getInputSerialization(org.apache.camel.Exchange exchange) |
String |
getLeaseId(org.apache.camel.Exchange exchange) |
com.azure.storage.file.datalake.models.ListFileSystemsOptions |
getListFileSystemOptions(org.apache.camel.Exchange exchange) |
com.azure.storage.file.datalake.models.ListPathsOptions |
getListPathOptions(org.apache.camel.Exchange exchange) |
com.azure.storage.file.datalake.models.ListPathsOptions |
getListPathsOptions(org.apache.camel.Exchange exchange) |
Integer |
getMaxResults(org.apache.camel.Exchange exchange) |
int |
getMaxRetryRequests() |
Map<String,String> |
getMetadata(org.apache.camel.Exchange exchange) |
Set<OpenOption> |
getOpenOptions(org.apache.camel.Exchange exchange) |
DataLakeOperationsDefinition |
getOperation(org.apache.camel.Exchange exchange) |
com.azure.storage.file.datalake.models.FileQuerySerialization |
getOutputSerialization(org.apache.camel.Exchange exchange) |
com.azure.storage.common.ParallelTransferOptions |
getParallelTransferOptions(org.apache.camel.Exchange exchange) |
String |
getPath(org.apache.camel.Exchange exchange) |
com.azure.storage.file.datalake.models.PathHttpHeaders |
getPathHttpHeaders(org.apache.camel.Exchange exchange) |
String |
getPermission(org.apache.camel.Exchange exchange) |
Long |
getPosition(org.apache.camel.Exchange exchange) |
Consumer<com.azure.storage.file.datalake.models.FileQueryProgress> |
getProgressConsuer(org.apache.camel.Exchange exchange) |
com.azure.storage.file.datalake.models.PublicAccessType |
getPublicAccessType(org.apache.camel.Exchange exchange) |
String |
getRegex(org.apache.camel.Exchange exchange) |
Duration |
getTimeout(org.apache.camel.Exchange exchange) |
String |
getUmask(org.apache.camel.Exchange exchange) |
Boolean |
isRecursive(org.apache.camel.Exchange exchange) |
Boolean |
isUserPrincipalNameReturned(org.apache.camel.Exchange exchange) |
Boolean |
retainUnCommitedData(org.apache.camel.Exchange exchange) |
public DataLakeConfigurationOptionsProxy(DataLakeConfiguration configuration)
public com.azure.storage.file.datalake.models.ListFileSystemsOptions getListFileSystemOptions(org.apache.camel.Exchange exchange)
public Duration getTimeout(org.apache.camel.Exchange exchange)
public DataLakeOperationsDefinition getOperation(org.apache.camel.Exchange exchange)
public String getFileSystemName(org.apache.camel.Exchange exchange)
public String getDirectoryName(org.apache.camel.Exchange exchange)
public String getFileName(org.apache.camel.Exchange exchange)
public com.azure.storage.file.datalake.models.ListPathsOptions getListPathsOptions(org.apache.camel.Exchange exchange)
public String getPath(org.apache.camel.Exchange exchange)
public Boolean isRecursive(org.apache.camel.Exchange exchange)
public Integer getMaxResults(org.apache.camel.Exchange exchange)
public Boolean isUserPrincipalNameReturned(org.apache.camel.Exchange exchange)
public String getRegex(org.apache.camel.Exchange exchange)
public String getFileDir(org.apache.camel.Exchange exchange)
public Long getDownloadLinkExpiration(org.apache.camel.Exchange exchange)
public Long getFileOffset(org.apache.camel.Exchange exchange)
public String getLeaseId(org.apache.camel.Exchange exchange)
public Boolean retainUnCommitedData(org.apache.camel.Exchange exchange)
public Boolean getClose(org.apache.camel.Exchange exchange)
public Long getPosition(org.apache.camel.Exchange exchange)
public com.azure.storage.file.datalake.models.ListPathsOptions getListPathOptions(org.apache.camel.Exchange exchange)
public String getExpression(org.apache.camel.Exchange exchange)
public com.azure.storage.file.datalake.models.FileQuerySerialization getInputSerialization(org.apache.camel.Exchange exchange)
public com.azure.storage.file.datalake.models.FileQuerySerialization getOutputSerialization(org.apache.camel.Exchange exchange)
public Consumer<com.azure.storage.file.datalake.models.FileQueryError> getErrorConsuer(org.apache.camel.Exchange exchange)
public Consumer<com.azure.storage.file.datalake.models.FileQueryProgress> getProgressConsuer(org.apache.camel.Exchange exchange)
public com.azure.storage.file.datalake.options.FileQueryOptions getFileQueryOption(org.apache.camel.Exchange exchange)
public String getPermission(org.apache.camel.Exchange exchange)
public String getUmask(org.apache.camel.Exchange exchange)
public Set<OpenOption> getOpenOptions(org.apache.camel.Exchange exchange)
public com.azure.storage.file.datalake.options.FileQueryOptions getFileQueryOptions(org.apache.camel.Exchange exchange)
public com.azure.storage.file.datalake.models.PublicAccessType getPublicAccessType(org.apache.camel.Exchange exchange)
public com.azure.storage.file.datalake.models.DataLakeRequestConditions getDataLakeRequestConditions(org.apache.camel.Exchange exchange)
public com.azure.storage.file.datalake.models.AccessTier getAccessTier(org.apache.camel.Exchange exchange)
public byte[] getContentMd5(org.apache.camel.Exchange exchange)
public com.azure.storage.common.ParallelTransferOptions getParallelTransferOptions(org.apache.camel.Exchange exchange)
public com.azure.storage.file.datalake.models.PathHttpHeaders getPathHttpHeaders(org.apache.camel.Exchange exchange)
public int getMaxRetryRequests()
public com.azure.storage.file.datalake.models.FileRange getFileRange(org.apache.camel.Exchange exchange)
public DataLakeConfiguration getConfiguration()
Apache Camel