public static final class CreateUserExternalRequest.Options extends Object
RESOURCE_GROUP
: Name of an existing resource group to associate with
this user
DEFAULT_SCHEMA
: Default schema to associate with this user
CREATE_HOME_DIRECTORY
: When true
, a home directory in KiFS is
created for this user
Supported values:
The default value is TRUE
.
DIRECTORY_DATA_LIMIT
: The maximum capacity to apply to the created
directory if create_home_directory
is true
. Set to -1 to
indicate no upper limit. If empty, the system default limit is applied.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
CREATE_HOME_DIRECTORY
|
static String |
DEFAULT_SCHEMA
Default schema to associate with this user
|
static String |
DIRECTORY_DATA_LIMIT
The maximum capacity to apply to the created directory if
create_home_directory is true . |
static String |
FALSE |
static String |
RESOURCE_GROUP
Name of an existing resource group to associate with this user
|
static String |
TRUE |
public static final String RESOURCE_GROUP
public static final String DEFAULT_SCHEMA
public static final String CREATE_HOME_DIRECTORY
true
, a home directory in KiFS is created for this user
Supported values:
The default value is TRUE
.public static final String TRUE
public static final String FALSE
public static final String DIRECTORY_DATA_LIMIT
create_home_directory
is true
. Set to -1 to indicate no
upper limit. If empty, the system default limit is applied.Copyright © 2024. All rights reserved.