Kinetica C# API
Version 6.2.0.1
|
Permission to grant to the user or role. More...
Public Attributes | |
const string | TABLE_ADMIN = "table_admin" |
Full read/write and administrative access to the table. More... | |
const string | TABLE_INSERT = "table_insert" |
Insert access to the table. More... | |
const string | TABLE_UPDATE = "table_update" |
Update access to the table. More... | |
const string | TABLE_DELETE = "table_delete" |
Delete access to the table. More... | |
const string | TABLE_READ = "table_read" |
Read access to the table. More... | |
Permission to grant to the user or role.
Supported values:
A set of string constants for the parameter permission.
Definition at line 54 of file GrantPermissionTable.cs.
const string kinetica.GrantPermissionTableRequest.Permission.TABLE_ADMIN = "table_admin" |
Full read/write and administrative access to the table.
Definition at line 59 of file GrantPermissionTable.cs.
const string kinetica.GrantPermissionTableRequest.Permission.TABLE_DELETE = "table_delete" |
Delete access to the table.
Definition at line 68 of file GrantPermissionTable.cs.
const string kinetica.GrantPermissionTableRequest.Permission.TABLE_INSERT = "table_insert" |
Insert access to the table.
Definition at line 62 of file GrantPermissionTable.cs.
const string kinetica.GrantPermissionTableRequest.Permission.TABLE_READ = "table_read" |
Read access to the table.
Definition at line 71 of file GrantPermissionTable.cs.
const string kinetica.GrantPermissionTableRequest.Permission.TABLE_UPDATE = "table_update" |
Update access to the table.
Definition at line 65 of file GrantPermissionTable.cs.