Package com.gpudb.protocol
Class CreateDirectoryRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.CreateDirectoryRequest.Options
-
- Enclosing class:
- CreateDirectoryRequest
public static final class CreateDirectoryRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREATE_HOME_DIRECTORYWhen set, a home directory is created for the user name provided in the value.static StringDATA_LIMITThe maximum capacity, in bytes, to apply to the created directory.static StringFALSEstatic StringNO_ERROR_IF_EXISTSIfTRUE, does not return an error if the directory already exists.static StringTRUE
-
-
-
Field Detail
-
CREATE_HOME_DIRECTORY
public static final String CREATE_HOME_DIRECTORY
When set, a home directory is created for the user name provided in the value. ThedirectoryNamemust be an empty string in this case. The user must exist.- See Also:
- Constant Field Values
-
DATA_LIMIT
public static final String DATA_LIMIT
The maximum capacity, in bytes, to apply to the created directory. Set to -1 to indicate no upper limit. If empty, the system default limit is applied.- See Also:
- Constant Field Values
-
NO_ERROR_IF_EXISTS
public static final String NO_ERROR_IF_EXISTS
IfTRUE, does not return an error if the directory already exists. 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
-
-