Kinetica C# API
Version 7.1.10.0
|
Optional parameters. More...
Public Attributes | |
const string | RESOURCE_GROUP = "resource_group" |
Name of an existing resource group to associate with this user More... | |
const string | DEFAULT_SCHEMA = "default_schema" |
Default schema to associate with this user More... | |
const string | CREATE_HOME_DIRECTORY = "create_home_directory" |
When true, a home directory in KiFS is created for this user Supported values: | |
const string | TRUE = "true" |
const string | FALSE = "false" |
const string | DIRECTORY_DATA_LIMIT = "directory_data_limit" |
The maximum capacity to apply to the created directory if create_home_directory is true. More... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 68 of file CreateUserExternal.cs.
const string kinetica.CreateUserExternalRequest.Options.CREATE_HOME_DIRECTORY = "create_home_directory" |
When true, a home directory in KiFS is created for this user Supported values:
The default value is TRUE.
Definition at line 93 of file CreateUserExternal.cs.
const string kinetica.CreateUserExternalRequest.Options.DEFAULT_SCHEMA = "default_schema" |
Default schema to associate with this user
Definition at line 76 of file CreateUserExternal.cs.
const string kinetica.CreateUserExternalRequest.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 101 of file CreateUserExternal.cs.
const string kinetica.CreateUserExternalRequest.Options.FALSE = "false" |
Definition at line 95 of file CreateUserExternal.cs.
const string kinetica.CreateUserExternalRequest.Options.RESOURCE_GROUP = "resource_group" |
Name of an existing resource group to associate with this user
Definition at line 73 of file CreateUserExternal.cs.
const string kinetica.CreateUserExternalRequest.Options.TRUE = "true" |
Definition at line 94 of file CreateUserExternal.cs.