Package com.gpudb.protocol
Class DeleteDirectoryRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.DeleteDirectoryRequest.Options
-
- Enclosing class:
- DeleteDirectoryRequest
public static final class DeleteDirectoryRequest.Options extends Object
-
-
Field Detail
-
RECURSIVE
public static final String RECURSIVE
IfTRUE, will delete directory and all files residing in it. If false, directory must be empty for deletion. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
-