| Package | Description |
|---|---|
| com.azure.storage.file.datalake.specialized |
Package containing specialized lease clients for Azure Storage File Data Lake.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeLeaseClientBuilder |
DataLakeLeaseClientBuilder.directoryAsyncClient(DataLakeDirectoryAsyncClient dataLakeDirectoryAsyncClient)
Configures the builder based on the passed
DataLakeDirectoryAsyncClient. |
DataLakeLeaseClientBuilder |
DataLakeLeaseClientBuilder.directoryClient(DataLakeDirectoryClient dataLakeDirectoryClient)
Configures the builder based on the passed
DataLakeDirectoryClient. |
DataLakeLeaseClientBuilder |
DataLakeLeaseClientBuilder.fileAsyncClient(DataLakeFileAsyncClient dataLakeFileAsyncClient)
Configures the builder based on the passed
DataLakeFileAsyncClient. |
DataLakeLeaseClientBuilder |
DataLakeLeaseClientBuilder.fileClient(DataLakeFileClient dataLakeFileClient)
Configures the builder based on the passed
DataLakeFileClient. |
DataLakeLeaseClientBuilder |
DataLakeLeaseClientBuilder.fileSystemAsyncClient(DataLakeFileSystemAsyncClient dataLakeFileSystemAsyncClient)
Configures the builder based on the passed
DataLakeFileSystemAsyncClient. |
DataLakeLeaseClientBuilder |
DataLakeLeaseClientBuilder.fileSystemClient(DataLakeFileSystemClient dataLakeFileSystemClient)
Configures the builder based on the passed
DataLakeFileSystemClient. |
DataLakeLeaseClientBuilder |
DataLakeLeaseClientBuilder.leaseId(String leaseId)
Sets the identifier for the lease.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.