Class DataLakeFileSystemClientBuilder

java.lang.Object
com.azure.storage.file.datalake.DataLakeFileSystemClientBuilder
All Implemented Interfaces:
AzureNamedKeyCredentialTrait<DataLakeFileSystemClientBuilder>, AzureSasCredentialTrait<DataLakeFileSystemClientBuilder>, ConfigurationTrait<DataLakeFileSystemClientBuilder>, EndpointTrait<DataLakeFileSystemClientBuilder>, HttpTrait<DataLakeFileSystemClientBuilder>, TokenCredentialTrait<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.

The following information must be provided on this builder:

  • the endpoint through .endpoint(), including the file system name, in the format of https://{accountName}.dfs.core.windows.net/{fileSystemName}.
  • the credential through .credential() or .connectionString() if the file system is not publicly accessible.