7 using System.Collections.Generic;
94 public const string TRUE =
"true";
95 public const string FALSE =
"false";
109 public string name {
get; set; }
158 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
220 IDictionary<string, string>
options = null)
222 this.name = name ??
"";
223 this.password = password ??
"";
224 this.options =
options ??
new Dictionary<string, string>();
250 public string name {
get; set; }
256 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
A set of results returned by Kinetica.createUserInternal(string,string,IDictionary{string, string}).
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.
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 Supported values: TRUE FALSE The defau...
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(string,string,IDictionary{string, string}).
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