7 using System.Collections.Generic;
24 public string name {
get; set; }
27 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
43 IDictionary<string, string>
options)
45 this.name = name ??
"";
46 this.options = options ??
new Dictionary<string, string>();
59 public string name {
get; set; }
CreateUserExternalRequest()
Constructs a CreateUserExternalRequest object with default parameters.
A set of parameters for /create/user/external.
IDictionary< string, string > options
Optional parameters.
CreateUserExternalRequest(string name, IDictionary< string, string > options)
Constructs a CreateUserExternalRequest object with the specified parameters.
string name
Name of the user to be created.
A set of results returned by /create/user/external.
KineticaData - class to help with Avro Encoding for Kinetica