Uses of Class
com.azure.storage.file.datalake.models.PathSystemProperties
Packages that use PathSystemProperties
Package
Description
Package containing the class required for DataLakeStorageClient.
-
Uses of PathSystemProperties in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return PathSystemPropertiesModifier and TypeMethodDescriptionDataLakePathClient.getSystemProperties()
Returns the system properties for a resource by using the getStatus query parameter.Methods in com.azure.storage.file.datalake that return types with arguments of type PathSystemPropertiesModifier and TypeMethodDescriptionDataLakePathAsyncClient.getSystemProperties()
Returns the system properties for a resource by using the getStatus query parameter.Mono
<com.azure.core.http.rest.Response<PathSystemProperties>> DataLakePathAsyncClient.getSystemPropertiesWithResponse
(PathGetSystemPropertiesOptions options) Returns the system properties for a resource by using the getStatus query parameter.com.azure.core.http.rest.Response
<PathSystemProperties> DataLakePathClient.getSystemPropertiesWithResponse
(PathGetSystemPropertiesOptions options, Duration timeout, com.azure.core.util.Context context) Returns the system properties for a resource by using the getStatus query parameter.