Class DataLakeFileSystemClientWrapper

java.lang.Object
org.apache.camel.component.azure.storage.datalake.client.DataLakeFileSystemClientWrapper

public class DataLakeFileSystemClientWrapper extends Object
  • Constructor Details

    • DataLakeFileSystemClientWrapper

      public DataLakeFileSystemClientWrapper(com.azure.storage.file.datalake.DataLakeFileSystemClient client)
  • Method Details

    • createFileSystem

      public com.azure.core.http.HttpHeaders createFileSystem(Map<String,String> metadata, com.azure.storage.file.datalake.models.PublicAccessType publicAccessType, Duration timeout)
    • deleteFileSystem

      public com.azure.core.http.HttpHeaders deleteFileSystem(com.azure.storage.file.datalake.models.DataLakeRequestConditions dataLakeRequestConditions, Duration timeout)
    • listPaths

      public List<com.azure.storage.file.datalake.models.PathItem> listPaths(com.azure.storage.file.datalake.models.ListPathsOptions listPathsOptions, Duration timeout)
    • getDataLakeDirectoryClientWrapper

      public DataLakeDirectoryClientWrapper getDataLakeDirectoryClientWrapper(String directoryName)
    • getDataLakeFileClientWrapper

      public DataLakeFileClientWrapper getDataLakeFileClientWrapper(String fileName)