7 using System.Collections.Generic;
24 public string role {
get;
set; }
32 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
51 IDictionary<string, string>
options)
53 this.role = role ??
"";
54 this.member = member ??
"";
55 this.options = options ??
new Dictionary<string, string>();
70 public string role {
get;
set; }
A set of results returned by Kinetica.grantRole(string,string,IDictionary<string, string>)...
string member
Name of the user or role that will be granted membership in .
IDictionary< string, string > options
Optional parameters.
A set of parameters for Kinetica.grantRole(string,string,IDictionary<string, string>).
GrantRoleRequest()
Constructs a GrantRoleRequest object with default parameters.
GrantRoleRequest(string role, string member, IDictionary< string, string > options)
Constructs a GrantRoleRequest object with the specified parameters.
string role
Name of the role in which membership will be granted.
KineticaData - class to help with Avro Encoding for Kinetica