public static final class CreateDirectoryRequest.Options extends Object
CREATE_HOME_DIRECTORY
: When set, a home directory is created for the
user name provided in the value. The directoryName
must be an
empty string in this case. The user must exist.
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.
NO_ERROR_IF_EXISTS
: If true
, does not return an error if the
directory already exists
Supported values:
The default value is FALSE
.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
CREATE_HOME_DIRECTORY
When set, a home directory is created for the user name provided in
the value.
|
static String |
DATA_LIMIT
The maximum capacity, in bytes, to apply to the created directory.
|
static String |
FALSE |
static String |
NO_ERROR_IF_EXISTS
|
static String |
TRUE |
public static final String CREATE_HOME_DIRECTORY
directoryName
must be an empty string in this
case. The user must exist.public static final String DATA_LIMIT
public static final String NO_ERROR_IF_EXISTS
true
, does not return an error if the directory already
exists
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
Copyright © 2024. All rights reserved.