7 using System.Collections.Generic;
25 public string name {
get;
set; }
29 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
47 IDictionary<string, string>
options = null)
49 this.name = name ??
"";
65 public string name {
get;
set; }
CreateRoleRequest()
Constructs a CreateRoleRequest object with default parameters.
A set of results returned by Kinetica.createRole(string,IDictionary<string, string>).
IDictionary< string, string > options
Optional parameters.
KineticaData - class to help with Avro Encoding for Kinetica
CreateRoleRequest(string name, IDictionary< string, string > options=null)
Constructs a CreateRoleRequest object with the specified parameters.
A set of parameters for Kinetica.createRole(string,IDictionary<string, string>).
string name
Name of the role to be created.