public class DataLakeFileSystemClientWrapper extends Object
| Constructor and Description |
|---|
DataLakeFileSystemClientWrapper(com.azure.storage.file.datalake.DataLakeFileSystemClient client) |
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.HttpHeaders |
createFileSystem(Map<String,String> metadata,
com.azure.storage.file.datalake.models.PublicAccessType publicAccessType,
Duration timeout) |
com.azure.core.http.HttpHeaders |
deleteFileSystem(com.azure.storage.file.datalake.models.DataLakeRequestConditions dataLakeRequestConditions,
Duration timeout) |
DataLakeDirectoryClientWrapper |
getDataLakeDirectoryClientWrapper(String directoryName) |
DataLakeFileClientWrapper |
getDataLakeFileClientWrapper(String fileName) |
List<com.azure.storage.file.datalake.models.PathItem> |
listPaths(com.azure.storage.file.datalake.models.ListPathsOptions listPathsOptions,
Duration timeout) |
public DataLakeFileSystemClientWrapper(com.azure.storage.file.datalake.DataLakeFileSystemClient client)
public com.azure.core.http.HttpHeaders createFileSystem(Map<String,String> metadata, com.azure.storage.file.datalake.models.PublicAccessType publicAccessType, Duration timeout)
public com.azure.core.http.HttpHeaders deleteFileSystem(com.azure.storage.file.datalake.models.DataLakeRequestConditions dataLakeRequestConditions,
Duration timeout)
public List<com.azure.storage.file.datalake.models.PathItem> listPaths(com.azure.storage.file.datalake.models.ListPathsOptions listPathsOptions, Duration timeout)
public DataLakeDirectoryClientWrapper getDataLakeDirectoryClientWrapper(String directoryName)
public DataLakeFileClientWrapper getDataLakeFileClientWrapper(String fileName)
Apache Camel