Kinetica C# API
Version 6.0.1.0
|
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.
Values: table_admin, table_insert, table_update, table_delete, table_read.
A set of string constants for the parameter <member name="permission">.
Definition at line 25 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 30 of file GrantPermissionTable.cs.
const string kinetica.GrantPermissionTableRequest.Permission.TABLE_DELETE = "table_delete" |
Delete access to the table.
Definition at line 39 of file GrantPermissionTable.cs.
const string kinetica.GrantPermissionTableRequest.Permission.TABLE_INSERT = "table_insert" |
Insert access to the table.
Definition at line 33 of file GrantPermissionTable.cs.
const string kinetica.GrantPermissionTableRequest.Permission.TABLE_READ = "table_read" |
Read access to the table.
Definition at line 42 of file GrantPermissionTable.cs.
const string kinetica.GrantPermissionTableRequest.Permission.TABLE_UPDATE = "table_update" |
Update access to the table.
Definition at line 36 of file GrantPermissionTable.cs.