Uses of Class
com.azure.storage.file.datalake.options.PathGetPropertiesOptions
Packages that use PathGetPropertiesOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of PathGetPropertiesOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type PathGetPropertiesOptionsModifier and TypeMethodDescriptionDataLakePathAsyncClient.getProperties
(PathGetPropertiesOptions options) Returns the resource's metadata and properties.DataLakePathClient.getProperties
(PathGetPropertiesOptions options) Returns the resource's metadata and properties. -
Uses of PathGetPropertiesOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return PathGetPropertiesOptionsModifier and TypeMethodDescriptionPathGetPropertiesOptions.setRequestConditions
(DataLakeRequestConditions requestConditions) Sets theDataLakeRequestConditions
.PathGetPropertiesOptions.setUserPrincipalName
(Boolean userPrincipalName) Sets the value for the x-ms-upn header.