7 using System.Collections.Generic;
23 public string name {
get; set; }
27 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
43 IDictionary<string, string>
options = null)
45 this.name = name ??
"";
46 this.options =
options ??
new Dictionary<string, string>();
61 public string name {
get; set; }
64 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
IDictionary< string, string > info
Additional information.
IDictionary< string, string > options
Optional parameters.
A set of parameters for Kinetica.deleteUser(string,IDictionary{string, string}).
string name
Name of the user to be deleted.
KineticaData - class to help with Avro Encoding for Kinetica
DeleteUserRequest(string name, IDictionary< string, string > options=null)
Constructs a DeleteUserRequest object with the specified parameters.
A set of results returned by Kinetica.deleteUser(string,IDictionary{string, string}).
DeleteUserRequest()
Constructs a DeleteUserRequest object with default parameters.