7 using System.Collections.Generic;
24 public string role {
get; set; }
33 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
53 IDictionary<string, string>
options = null)
55 this.role = role ??
"";
56 this.member = member ??
"";
57 this.options =
options ??
new Dictionary<string, string>();
72 public string role {
get; set; }
79 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
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.
IDictionary< string, string > info
Additional information.
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=null)
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