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() |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
PathGetPropertiesOptions
public PathGetPropertiesOptions()
Method Details
getRequestConditions
isUserPrincipalName
public Boolean isUserPrincipalName()
Returns:
The value for the x-ms-upn header.
setRequestConditions
public PathGetPropertiesOptions setRequestConditions(DataLakeRequestConditions requestConditions)
Parameters:
requestConditions
- DataLakeRequestConditions
Returns:
The updated options.
setUserPrincipalName
public PathGetPropertiesOptions setUserPrincipalName(Boolean userPrincipalName)
Parameters:
userPrincipalName
- The value for the x-ms-upn header.
Returns:
The updated options.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for Java