Class PathGetSystemPropertiesOptions
java.lang.Object
com.azure.storage.file.datalake.options.PathGetSystemPropertiesOptions
Parameters when calling getSystemProperties on
DataLakePathClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets theDataLakeRequestConditions
.setRequestConditions
(DataLakeRequestConditions requestConditions) Sets theDataLakeRequestConditions
.
-
Constructor Details
-
PathGetSystemPropertiesOptions
public PathGetSystemPropertiesOptions()Creates a new instance ofPathGetSystemPropertiesOptions
.
-
-
Method Details
-
getRequestConditions
Gets theDataLakeRequestConditions
.- Returns:
DataLakeRequestConditions
-
setRequestConditions
public PathGetSystemPropertiesOptions setRequestConditions(DataLakeRequestConditions requestConditions) Sets theDataLakeRequestConditions
.- Parameters:
requestConditions
-DataLakeRequestConditions
- Returns:
- The updated options.
-