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 ??
"";
61 public string name {
get;
set; }
A set of parameters for Kinetica.deleteRole(string,IDictionary<string, string>).
DeleteRoleRequest()
Constructs a DeleteRoleRequest object with default parameters.
string name
Name of the role to be deleted.
DeleteRoleRequest(string name, IDictionary< string, string > options=null)
Constructs a DeleteRoleRequest object with the specified parameters.
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.