Class DataLakeFileSystemClientWrapper
java.lang.Object
org.apache.camel.component.azure.storage.datalake.client.DataLakeFileSystemClientWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionDataLakeFileSystemClientWrapper(com.azure.storage.file.datalake.DataLakeFileSystemClient client) -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.HttpHeaderscreateFileSystem(Map<String, String> metadata, com.azure.storage.file.datalake.models.PublicAccessType publicAccessType, Duration timeout) com.azure.core.http.HttpHeadersdeleteFileSystem(com.azure.storage.file.datalake.models.DataLakeRequestConditions dataLakeRequestConditions, Duration timeout) getDataLakeDirectoryClientWrapper(String directoryName) getDataLakeFileClientWrapper(String fileName) List<com.azure.storage.file.datalake.models.PathItem>listPaths(com.azure.storage.file.datalake.models.ListPathsOptions listPathsOptions, Duration timeout)
-
Constructor Details
-
DataLakeFileSystemClientWrapper
public DataLakeFileSystemClientWrapper(com.azure.storage.file.datalake.DataLakeFileSystemClient client)
-
-
Method Details
-
createFileSystem
-
deleteFileSystem
public com.azure.core.http.HttpHeaders deleteFileSystem(com.azure.storage.file.datalake.models.DataLakeRequestConditions dataLakeRequestConditions, Duration timeout) -
listPaths
-
getDataLakeDirectoryClientWrapper
-
getDataLakeFileClientWrapper
-