7 using System.Collections.Generic;
26 public string name {
get;
set; }
30 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
47 IDictionary<string, string>
options = null)
49 this.name = name ??
"";
65 public string name {
get;
set; }
CreateUserExternalRequest()
Constructs a CreateUserExternalRequest object with default parameters.
A set of parameters for Kinetica.createUserExternal(string,IDictionary<string, string>).
IDictionary< string, string > options
Optional parameters.
string name
Name of the user to be created.
A set of results returned by Kinetica.createUserExternal(string,IDictionary<string, string>).
KineticaData - class to help with Avro Encoding for Kinetica
CreateUserExternalRequest(string name, IDictionary< string, string > options=null)
Constructs a CreateUserExternalRequest object with the specified parameters.