7 using System.Collections.Generic;
39 public const string TRUE =
"true";
40 public const string FALSE =
"false";
77 public string name {
get;
set; }
146 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
225 IDictionary<string, string>
options =
null)
227 this.name =
name ??
"";
240 public string name {
get;
set; }
245 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of results returned by Kinetica.createUserInternal.
IDictionary< string, string > options
Optional parameters.
string name
Name of the user to be created.
string password
Initial password of the user to be created.
string name
Value of name.
A set of string constants for the parameter options.
CreateUserInternalRequest(string name, string password, IDictionary< string, string > options=null)
Constructs a CreateUserInternalRequest object with the specified parameters.
IDictionary< string, string > info
Additional information.
CreateUserInternalRequest()
Constructs a CreateUserInternalRequest object with default parameters.
const string CREATE_HOME_DIRECTORY
When TRUE, a home directory in KiFS is created for this user.
const string ACTIVATED
Is the user allowed to login.
KineticaData - class to help with Avro Encoding for Kinetica
const string DEFAULT_SCHEMA
Default schema to associate with this user
A set of parameters for Kinetica.createUserInternal.
const string DIRECTORY_DATA_LIMIT
The maximum capacity to apply to the created directory if CREATE_HOME_DIRECTORY is TRUE.
const string RESOURCE_GROUP
Name of an existing resource group to associate with this user