Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | ACTIVATED = "activated" |
Is the user allowed to login. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
const string | CREATE_HOME_DIRECTORY = "create_home_directory" |
When TRUE, a home directory in KiFS is created for this user. More... | |
const string | DEFAULT_SCHEMA = "default_schema" |
Default schema to associate with this user More... | |
const string | DIRECTORY_DATA_LIMIT = "directory_data_limit" |
The maximum capacity to apply to the created directory if CREATE_HOME_DIRECTORY is TRUE. More... | |
const string | RESOURCE_GROUP = "resource_group" |
Name of an existing resource group to associate with this user More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 21 of file CreateUserInternal.cs.
const string kinetica.CreateUserInternalRequest.Options.ACTIVATED = "activated" |
Is the user allowed to login.
Supported values:
The default value is TRUE.
Definition at line 37 of file CreateUserInternal.cs.
const string kinetica.CreateUserInternalRequest.Options.CREATE_HOME_DIRECTORY = "create_home_directory" |
const string kinetica.CreateUserInternalRequest.Options.DEFAULT_SCHEMA = "default_schema" |
Default schema to associate with this user
Definition at line 58 of file CreateUserInternal.cs.
const string kinetica.CreateUserInternalRequest.Options.DIRECTORY_DATA_LIMIT = "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.
Definition at line 66 of file CreateUserInternal.cs.
const string kinetica.CreateUserInternalRequest.Options.FALSE = "false" |
Definition at line 40 of file CreateUserInternal.cs.
const string kinetica.CreateUserInternalRequest.Options.RESOURCE_GROUP = "resource_group" |
Name of an existing resource group to associate with this user
Definition at line 70 of file CreateUserInternal.cs.
const string kinetica.CreateUserInternalRequest.Options.TRUE = "true" |
Definition at line 39 of file CreateUserInternal.cs.