Class CreateDirectoryRequest.Options

    • Field Detail

      • CREATE_HOME_DIRECTORY

        public static final String 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.
        See Also:
        Constant Field Values
      • DATA_LIMIT

        public static final String 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.
        See Also:
        Constant Field Values