Share via


PathGetSystemPropertiesOptions Class

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

public final class PathGetSystemPropertiesOptions

Parameters when calling getSystemProperties on DataLakePathClient

Methods inherited from java.lang.Object

Constructor Details

PathGetSystemPropertiesOptions

public PathGetSystemPropertiesOptions()

Creates a new instance of PathGetSystemPropertiesOptions.

Method Details

getRequestConditions

public DataLakeRequestConditions getRequestConditions()

Gets the DataLakeRequestConditions.

Returns:

setRequestConditions

public PathGetSystemPropertiesOptions setRequestConditions(DataLakeRequestConditions requestConditions)

Sets the DataLakeRequestConditions.

Parameters:

requestConditions - DataLakeRequestConditions

Returns:

The updated options.

Applies to