Class PathGetPropertiesOptions
java.lang.Object
com.azure.storage.file.datalake.options.PathGetPropertiesOptions
Parameters when calling getProperties() on
DataLakePathClient-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetRequestConditions(DataLakeRequestConditions requestConditions) setUserPrincipalName(Boolean userPrincipalName)
-
Constructor Details
-
PathGetPropertiesOptions
public PathGetPropertiesOptions()
-
-
Method Details
-
getRequestConditions
- Returns:
DataLakeRequestConditions
-
setRequestConditions
- Parameters:
requestConditions-DataLakeRequestConditions- Returns:
- The updated options.
-
isUserPrincipalName
- Returns:
- The value for the x-ms-upn header.
-
setUserPrincipalName
- Parameters:
userPrincipalName- The value for the x-ms-upn header.- Returns:
- The updated options.
-