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 TypeMethodDescriptionGets theDataLakeRequestConditions
.Gets the value for the x-ms-upn header.setRequestConditions
(DataLakeRequestConditions requestConditions) Sets theDataLakeRequestConditions
.setUserPrincipalName
(Boolean userPrincipalName) Sets the value for the x-ms-upn header.
-
Constructor Details
-
PathGetPropertiesOptions
public PathGetPropertiesOptions()Creates a new instance ofPathGetPropertiesOptions
.
-
-
Method Details
-
getRequestConditions
Gets theDataLakeRequestConditions
.- Returns:
DataLakeRequestConditions
-
setRequestConditions
Sets theDataLakeRequestConditions
.- Parameters:
requestConditions
-DataLakeRequestConditions
- Returns:
- The updated options.
-
isUserPrincipalName
Gets the value for the x-ms-upn header.- Returns:
- The value for the x-ms-upn header.
-
setUserPrincipalName
Sets the value for the x-ms-upn header.- Parameters:
userPrincipalName
- The value for the x-ms-upn header.- Returns:
- The updated options.
-