Kinetica   C#   API  Version 7.2.3.0
kinetica.CreateUserInternalRequest.Options Struct Reference

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...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 21 of file CreateUserInternal.cs.

Member Data Documentation

◆ ACTIVATED

const string kinetica.CreateUserInternalRequest.Options.ACTIVATED = "activated"

Is the user allowed to login.

Supported values:

  • TRUE: User may login
  • FALSE: User may not login

The default value is TRUE.

Definition at line 37 of file CreateUserInternal.cs.

◆ CREATE_HOME_DIRECTORY

const string kinetica.CreateUserInternalRequest.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 55 of file CreateUserInternal.cs.

◆ DEFAULT_SCHEMA

const string kinetica.CreateUserInternalRequest.Options.DEFAULT_SCHEMA = "default_schema"

Default schema to associate with this user

Definition at line 58 of file CreateUserInternal.cs.

◆ DIRECTORY_DATA_LIMIT

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.

◆ FALSE

const string kinetica.CreateUserInternalRequest.Options.FALSE = "false"

Definition at line 40 of file CreateUserInternal.cs.

◆ RESOURCE_GROUP

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.

◆ TRUE

const string kinetica.CreateUserInternalRequest.Options.TRUE = "true"

Definition at line 39 of file CreateUserInternal.cs.


The documentation for this struct was generated from the following file: