7 using System.Collections.Generic;
19 public string name {
get;
set; }
24 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
38 IDictionary<string, string>
options =
null)
40 this.name =
name ??
"";
52 public string name {
get;
set; }
55 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of parameters for Kinetica.deleteRole.
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.
IDictionary< string, string > info
Additional information.
KineticaData - class to help with Avro Encoding for Kinetica
string name
Value of name.
IDictionary< string, string > options
Optional parameters.