| Package | Description |
|---|---|
| com.azure.storage.file.datalake |
Package containing the class required for DataLakeStorageClient.
|
| com.azure.storage.file.datalake.specialized |
Package containing specialized lease clients for Azure Storage File Data Lake.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeDirectoryAsyncClient |
DataLakePathClientBuilder.buildDirectoryAsyncClient()
Creates a
DataLakeDirectoryAsyncClient based on options set in the builder. |
DataLakeDirectoryAsyncClient |
DataLakeFileSystemAsyncClient.getDirectoryAsyncClient(String directoryName)
Initializes a new DataLakeDirectoryAsyncClient object by concatenating directoryName to the end of
DataLakeFileSystemAsyncClient's URL.
|
DataLakeDirectoryAsyncClient |
DataLakeDirectoryAsyncClient.getSubdirectoryAsyncClient(String subdirectoryName)
Creates a new DataLakeDirectoryAsyncClient object by concatenating subdirectoryName to the end of
DataLakeDirectoryAsyncClient's URL.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeLeaseClientBuilder |
DataLakeLeaseClientBuilder.directoryAsyncClient(DataLakeDirectoryAsyncClient dataLakeDirectoryAsyncClient)
Configures the builder based on the passed
DataLakeDirectoryAsyncClient. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.