7 using System.Collections.Generic;
25 public string name {
get; set; }
32 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
52 IDictionary<string, string>
options)
54 this.name = name ??
"";
55 this.password = password ??
"";
56 this.options = options ??
new Dictionary<string, string>();
69 public string name {
get; set; }
A set of results returned by /create/user/internal.
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)
Constructs a CreateUserInternalRequest object with the specified parameters.
CreateUserInternalRequest()
Constructs a CreateUserInternalRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica
A set of parameters for /create/user/internal.