Uses of Class
com.azure.storage.file.datalake.DataLakeFileSystemClient
-
Packages that use DataLakeFileSystemClient 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. -
-
Uses of DataLakeFileSystemClient in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return DataLakeFileSystemClient Modifier and Type Method Description DataLakeFileSystemClientDataLakeFileSystemClientBuilder. buildClient()Code SamplesDataLakeFileSystemClientDataLakeServiceClient. createFileSystem(String fileSystemName)Creates a new file system within a storage account.DataLakeFileSystemClientDataLakeServiceClient. getFileSystemClient(String fileSystemName)Initializes aDataLakeFileSystemClientobject pointing to the specified file system.DataLakeFileSystemClientDataLakeServiceClient. 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 DataLakeFileSystemClient Modifier and Type Method Description com.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 DataLakeFileSystemClient Modifier and Type Method Description DataLakeLeaseClientBuilderDataLakeLeaseClientBuilder. fileSystemClient(DataLakeFileSystemClient dataLakeFileSystemClient)Configures the builder based on the passedDataLakeFileSystemClient.
-