7 using System.Collections.Generic;
23 public string name {
get;
set; }
26 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
41 IDictionary<string, string>
options)
43 this.name = name ??
"";
44 this.options = options ??
new Dictionary<string, string>();
59 public string name {
get;
set; }
A set of parameters for Kinetica.deleteRole(string,IDictionary<string, string>).
DeleteRoleRequest()
Constructs a DeleteRoleRequest object with default parameters.
DeleteRoleRequest(string name, IDictionary< string, string > options)
Constructs a DeleteRoleRequest object with the specified parameters.
string name
Name of the role to be deleted.
A set of results returned by Kinetica.deleteRole(string,IDictionary<string, string>).
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > options
Optional parameters.