PathGetPropertiesOptions Class
- java.
lang. Object - com.
azure. storage. file. datalake. options. PathGetPropertiesOptions
- com.
public class PathGetPropertiesOptions
Parameters when calling getProperties() on DataLakePathClient
Constructor Summary
Constructor | Description |
---|---|
PathGetPropertiesOptions() |
Creates a new instance of PathGetPropertiesOptions. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Data |
getRequestConditions()
Gets the DataLakeRequestConditions. |
Boolean |
isUserPrincipalName()
Gets the value for the x-ms-upn header. |
Path |
setRequestConditions(DataLakeRequestConditions requestConditions)
Sets the DataLakeRequestConditions. |
Path |
setUserPrincipalName(Boolean userPrincipalName)
Sets the value for the x-ms-upn header. |
Methods inherited from java.lang.Object
Constructor Details
PathGetPropertiesOptions
public PathGetPropertiesOptions()
Creates a new instance of PathGetPropertiesOptions.
Method Details
getRequestConditions
public DataLakeRequestConditions getRequestConditions()
Gets the DataLakeRequestConditions.
Returns:
isUserPrincipalName
public Boolean isUserPrincipalName()
Gets the value for the x-ms-upn header.
Returns:
setRequestConditions
public PathGetPropertiesOptions setRequestConditions(DataLakeRequestConditions requestConditions)
Sets the DataLakeRequestConditions.
Parameters:
Returns:
setUserPrincipalName
public PathGetPropertiesOptions setUserPrincipalName(Boolean userPrincipalName)
Sets the value for the x-ms-upn header.
Parameters:
Returns: