PathGetPropertiesOptions Class

  • java.lang.Object
    • com.azure.storage.file.datalake.options.PathGetPropertiesOptions

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
DataLakeRequestConditions getRequestConditions()

Gets the DataLakeRequestConditions.

Boolean isUserPrincipalName()

Gets the value for the x-ms-upn header.

PathGetPropertiesOptions setRequestConditions(DataLakeRequestConditions requestConditions)

Sets the DataLakeRequestConditions.

PathGetPropertiesOptions 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:

The value for the x-ms-upn header.

setRequestConditions

public PathGetPropertiesOptions setRequestConditions(DataLakeRequestConditions requestConditions)

Sets the DataLakeRequestConditions.

Parameters:

requestConditions - DataLakeRequestConditions

Returns:

The updated options.

setUserPrincipalName

public PathGetPropertiesOptions setUserPrincipalName(Boolean userPrincipalName)

Sets the value for the x-ms-upn header.

Parameters:

userPrincipalName - The value for the x-ms-upn header.

Returns:

The updated options.

Applies to