| 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 |
|---|---|
DataLakeFileAsyncClient |
DataLakePathClientBuilder.buildFileAsyncClient()
Creates a
DataLakeFileAsyncClient based on options set in the builder. |
DataLakeFileAsyncClient |
DataLakeDirectoryAsyncClient.getFileAsyncClient(String fileName)
Creates a new DataLakeFileAsyncClient object by concatenating fileName to the end of
DataLakeDirectoryAsyncClient's URL.
|
DataLakeFileAsyncClient |
DataLakeFileSystemAsyncClient.getFileAsyncClient(String fileName)
Initializes a new DataLakeFileAsyncClient object by concatenating fileName to the end of
DataLakeFileSystemAsyncClient's URL.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeLeaseClientBuilder |
DataLakeLeaseClientBuilder.fileAsyncClient(DataLakeFileAsyncClient dataLakeFileAsyncClient)
Configures the builder based on the passed
DataLakeFileAsyncClient. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.