Uses of Class
com.azure.storage.file.datalake.models.FileSystemProperties
Packages that use FileSystemProperties
Package
Description
Package containing the class required for DataLakeStorageClient.
-
Uses of FileSystemProperties in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return FileSystemPropertiesModifier and TypeMethodDescriptionDataLakeFileSystemClient.getProperties()Returns the file system's metadata and system properties.Methods in com.azure.storage.file.datalake that return types with arguments of type FileSystemPropertiesModifier and TypeMethodDescriptionDataLakeFileSystemAsyncClient.getProperties()Returns the file system's metadata and system properties.Mono<com.azure.core.http.rest.Response<FileSystemProperties>> DataLakeFileSystemAsyncClient.getPropertiesWithResponse(String leaseId) Returns the file system's metadata and system properties.com.azure.core.http.rest.Response<FileSystemProperties> DataLakeFileSystemClient.getPropertiesWithResponse(String leaseId, Duration timeout, com.azure.core.util.Context context) Returns the file system's metadata and system properties.