public static final class CreateDirectoryRequest.Options extends Object
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
If
TRUE , does not return an error if the
directory already 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 © 2025. All rights reserved.