PathGetSystemPropertiesOptions Class
- java.
lang. Object - com.
azure. storage. file. datalake. options. PathGetSystemPropertiesOptions
- com.
public final class PathGetSystemPropertiesOptions
Parameters when calling getSystemProperties on DataLakePathClient
Constructor Summary
| Constructor | Description |
|---|---|
| PathGetSystemPropertiesOptions() |
Creates a new instance of PathGetSystemPropertiesOptions. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Data |
getRequestConditions()
Gets the DataLakeRequestConditions. |
|
Path |
setRequestConditions(DataLakeRequestConditions requestConditions)
Sets the DataLakeRequestConditions. |
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:
Returns: