public static final class DeleteDirectoryRequest.Options extends Object
RECURSIVE:
If true, will delete directory and all files residing in it. If
false, directory must be empty for deletion.
Supported values:
The default value is FALSE.
NO_ERROR_IF_NOT_EXISTS: If true, no error is returned if
specified directory does not exist
Supported values:
The default value is FALSE.
Map.
A set of string constants for the parameter options.public static final String RECURSIVE
true, will delete directory and all files residing in it.
If false, directory must be empty for deletion.
Supported values:
The default value is FALSE.public static final String TRUE
public static final String FALSE
public static final String NO_ERROR_IF_NOT_EXISTS
true, no error is returned if specified directory does
not exist
Supported values:
The default value is FALSE.Copyright © 2024. All rights reserved.