Package com.gpudb.protocol
Class CreateUserExternalRequest.Options
java.lang.Object
com.gpudb.protocol.CreateUserExternalRequest.Options
Enclosing class:
A set of string constants for the
CreateUserExternalRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIs the user allowed to login.static final StringWhenTRUE, a home directory in KiFS is created for this user.static final StringDefault schema to associate with this user.static final StringThe maximum capacity to apply to the created directory ifCREATE_HOME_DIRECTORYisTRUE.static final Stringstatic final StringName of an existing resource group to associate with this user.static final String
Field Details
DIRECTORY_DATA_LIMIT
The maximum capacity to apply to the created directory ifCREATE_HOME_DIRECTORYisTRUE. Set to -1 to indicate no upper limit. If empty, the system default limit is applied.See Also: