A set of string constants for the parameter CreateDirectoryRequest.options. More…
Static Public Attributes | |
| const string | CREATE_HOME_DIRECTORY = “create_home_directory” |
| When set, a home directory is created for the user name provided in the value. | |
| const string | DATA_LIMIT = “data_limit” |
| The maximum capacity, in bytes, to apply to the created directory. | |
| const string | NO_ERROR_IF_EXISTS = “no_error_if_exists” |
| If TRUE, does not return an error if the directory already exists. | |
| const string | TRUE = “true” |
| A boolean constant for the CreateDirectoryRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the CreateDirectoryRequest.Options options. | |
Detailed Description
A set of string constants for the parameter CreateDirectoryRequest.options.
Optional parameters.
Definition at line 24 of file CreateDirectory.cs.
Member Data Documentation
◆ CREATE_HOME_DIRECTORY
| static |
When set, a home directory is created for the user name provided in the value.
The CreateDirectoryRequest.directory_name must be an empty string in this case. The user must exist.
Definition at line 31 of file CreateDirectory.cs.
◆ DATA_LIMIT
| static |
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.
Definition at line 37 of file CreateDirectory.cs.
◆ FALSE
| static |
A boolean constant for the CreateDirectoryRequest.Options options.
Definition at line 66 of file CreateDirectory.cs.
◆ NO_ERROR_IF_EXISTS
| static |
◆ TRUE
| static |
A boolean constant for the CreateDirectoryRequest.Options options.
Definition at line 62 of file CreateDirectory.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/CreateDirectory.cs
- Kinetica/Protocol/CreateDirectory.cs