Class DataLakePathDeleteOptions
java.lang.Object
com.azure.storage.file.datalake.options.DataLakePathDeleteOptions
Extended options that may be passed when deleting a datalake resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the request conditions.setIsRecursive
(boolean recursive) Sets the permissions.setRequestConditions
(DataLakeRequestConditions requestConditions) Sets the request conditions.
-
Constructor Details
-
DataLakePathDeleteOptions
public DataLakePathDeleteOptions()Constructs aDataLakePathDeleteOptions
.
-
-
Method Details
-
getIsRecursive
public boolean getIsRecursive()- Returns:
- whether everything under the resource should be deleted recursively
-
setIsRecursive
Sets the permissions.- Parameters:
recursive
- whether resource should be deleted recursively.- Returns:
- the updated options.
-
getRequestConditions
Gets the request conditions.- Returns:
- the request conditions.
-
setRequestConditions
Sets the request conditions.- Parameters:
requestConditions
- The request conditions.- Returns:
- the updated FileQueryOptions object.
-