Package com.gpudb.protocol
Class CreateDirectoryRequest.Options
java.lang.Object
com.gpudb.protocol.CreateDirectoryRequest.Options
Enclosing class:
A set of string constants for the
CreateDirectoryRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringWhen set, a home directory is created for the user name provided in the value.static final StringThe maximum capacity, in bytes, to apply to the created directory.static final Stringstatic final StringIfTRUE, does not return an error if the directory already exists.static final String
Field Details
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: