Uses of Class
com.azure.storage.file.datalake.DataLakeFileSystemClient
Packages that use DataLakeFileSystemClient
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing specialized lease clients for Azure Storage File Data Lake.
-
Uses of DataLakeFileSystemClient in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return DataLakeFileSystemClientModifier and TypeMethodDescriptionDataLakeFileSystemClientBuilder.buildClient()
Code SamplesDataLakeServiceClient.createFileSystem
(String fileSystemName) Creates a new file system within a storage account.DataLakeServiceClient.getFileSystemClient
(String fileSystemName) Initializes aDataLakeFileSystemClient
object pointing to the specified file system.DataLakeServiceClient.undeleteFileSystem
(String deletedFileSystemName, String deletedFileSystemVersion) Restores a previously deleted file system.Methods in com.azure.storage.file.datalake that return types with arguments of type DataLakeFileSystemClientModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<DataLakeFileSystemClient> DataLakeServiceClient.createFileSystemWithResponse
(String fileSystemName, Map<String, String> metadata, PublicAccessType accessType, com.azure.core.util.Context context) Creates a new file system within a storage account.com.azure.core.http.rest.Response
<DataLakeFileSystemClient> DataLakeServiceClient.undeleteFileSystemWithResponse
(FileSystemUndeleteOptions options, Duration timeout, com.azure.core.util.Context context) Restores a previously deleted file system. -
Uses of DataLakeFileSystemClient in com.azure.storage.file.datalake.specialized
Methods in com.azure.storage.file.datalake.specialized with parameters of type DataLakeFileSystemClientModifier and TypeMethodDescriptionDataLakeLeaseClientBuilder.fileSystemClient
(DataLakeFileSystemClient dataLakeFileSystemClient) Configures the builder based on the passedDataLakeFileSystemClient
.