See: Description
| Class | Description |
|---|---|
| DataLakeDirectoryAsyncClient |
This class provides a client that contains directory operations for Azure Storage Data Lake.
|
| DataLakeDirectoryClient |
This class provides a client that contains directory operations for Azure Storage Data Lake.
|
| DataLakeFileAsyncClient |
This class provides a client that contains file operations for Azure Storage Data Lake.
|
| DataLakeFileClient |
This class provides a client that contains file operations for Azure Storage Data Lake.
|
| DataLakeFileSystemAsyncClient |
Client to a file system.
|
| DataLakeFileSystemClient |
Client to a file system.
|
| DataLakeFileSystemClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of
FileSystemClients and FileSystemAsyncClients, call
buildClient and buildAsyncClient respectively to construct an
instance of the desired client. |
| DataLakePathAsyncClient |
This class provides a client that contains all operations that apply to any path object.
|
| DataLakePathClient |
This class provides a client that contains all operations that apply to any path object.
|
| DataLakePathClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of
FileClients, FileAsyncClients, DirectoryClients and
DirectoryAsyncClients, call buildFileClient,
buildFileAsyncClient, buildDirectoryClient and buildDirectoryAsyncClient respectively to construct an instance of the desired client. |
| DataLakeServiceAsyncClient |
Client to a storage account.
|
| DataLakeServiceClient |
Client to a storage account.
|
| DataLakeServiceClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of
DataLakeServiceClients and DataLakeServiceAsyncClients, call buildClient and buildAsyncClient respectively to construct an instance of the desired client. |
| Enum | Description |
|---|---|
| DataLakeServiceVersion |
The versions of Azure Storage Data Lake supported by this client library.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.