Uses of Class
com.azure.storage.file.datalake.options.PathGetSystemPropertiesOptions
Packages that use PathGetSystemPropertiesOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of PathGetSystemPropertiesOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type PathGetSystemPropertiesOptionsModifier and TypeMethodDescriptionMono
<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. -
Uses of PathGetSystemPropertiesOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return PathGetSystemPropertiesOptionsModifier and TypeMethodDescriptionPathGetSystemPropertiesOptions.setRequestConditions
(DataLakeRequestConditions requestConditions) Sets theDataLakeRequestConditions
.