7 using System.Collections.Generic;
39 public const string GRAPH =
"graph";
42 public const string PROC =
"proc";
45 public const string SCHEMA =
"schema";
51 public const string SYSTEM =
"system";
54 public const string TABLE =
"table";
67 public const string ADMIN =
"admin";
74 public const string CREATE =
"create";
77 public const string DELETE =
"delete";
83 public const string INSERT =
"insert";
86 public const string READ =
"read";
89 public const string UPDATE =
"update";
96 public const string WRITE =
"write";
130 public const string TRUE =
"true";
131 public const string FALSE =
"false";
294 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
458 IDictionary<string, string>
options =
null)
492 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string SCHEMA
Schema
const string SQL_PROC
SQL Procedure
string permission
Permission being granted.
string _object
Name of object permission is being granted to.
const string CONNECT
Connect access on the given data source or data sink.
A set of string constants for the parameter object_type.
const string ADMIN
Full read/write and administrative access on the object.
const string UPDATE
Update access to the table.
string object_type
The type of object being granted to.
string _object
Value of _object.
A set of results returned by Kinetica.grantPermission.
GrantPermissionRequest(string principal, string _object, string object_type, string permission, IDictionary< string, string > options=null)
Constructs a GrantPermissionRequest object with the specified parameters.
const string CONTEXT
Context
const string CREATE
Ability to create new objects of this type.
string principal
Name of the user or role for which the permission is being granted.
string object_type
Value of object_type.
const string COLUMNS
Apply table security to these columns, comma-separated.
const string DELETE
Delete rows from tables.
IDictionary< string, string > info
Additional information.
string permission
Value of permission.
IDictionary< string, string > options
Optional parameters.
const string PROC
UDF Procedure
A set of string constants for the parameter permission.
const string DATASINK
Data Sink
A set of parameters for Kinetica.grantPermission.
const string EXECUTE
Ability to Execute the Procedure object.
const string READ
Ability to read, list and use the object.
const string FILTER_EXPRESSION
Optional filter expression to apply to this grant.
const string WITH_GRANT_OPTION
Allow the recipient to grant the same permission (or subset) to others.
const string TABLE
Database Table
const string TABLE_MONITOR
Table monitor
const string INSERT
Insert access to tables.
const string GRAPH
A Graph object
const string CREDENTIAL
Credential
string principal
Value of principal.
const string DATASOURCE
Data Source
A set of string constants for the parameter options.
const string WRITE
Access to write, change and delete objects.
const string USER_ADMIN
Access to administer users and roles that do not have system_admin permission.
const string SYSTEM
System-level access
KineticaData - class to help with Avro Encoding for Kinetica
GrantPermissionRequest()
Constructs a GrantPermissionRequest object with default parameters.
const string DIRECTORY
KIFS File Directory