7 using System.Collections.Generic;
35 public string name {
get;
set; }
63 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
98 IDictionary<string, string>
options =
null)
100 this.name =
name ??
"";
101 this.action =
action ??
"";
102 this._value =
_value ??
"";
114 public string name {
get;
set; }
117 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string SET_RESOURCE_GROUP
Sets the resource group for an internal role.
A set of parameters for Kinetica.alterRole.
IDictionary< string, string > options
Optional parameters.
A set of results returned by Kinetica.alterRole.
KineticaData - class to help with Avro Encoding for Kinetica
AlterRoleRequest()
Constructs an AlterRoleRequest object with default parameters.
const string SET_COMMENT
Sets the comment for an internal role.
string action
Modification operation to be applied to the role.
string _value
The value of the modification, depending on action.
string name
Value of name.
A set of string constants for the parameter action.
AlterRoleRequest(string name, string action, string _value, IDictionary< string, string > options=null)
Constructs an AlterRoleRequest object with the specified parameters.
string name
Name of the role to be altered.
IDictionary< string, string > info
Additional information.