Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter permission. 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... | |
A set of string constants for the parameter permission.
Permission to grant to the user or role.
Definition at line 22 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 26 of file GrantPermissionTable.cs.
const string kinetica.GrantPermissionTableRequest.Permission.TABLE_DELETE = "table_delete" |
Delete access to the table.
Definition at line 35 of file GrantPermissionTable.cs.
const string kinetica.GrantPermissionTableRequest.Permission.TABLE_INSERT = "table_insert" |
Insert access to the table.
Definition at line 29 of file GrantPermissionTable.cs.
const string kinetica.GrantPermissionTableRequest.Permission.TABLE_READ = "table_read" |
Read access to the table.
Definition at line 38 of file GrantPermissionTable.cs.
const string kinetica.GrantPermissionTableRequest.Permission.TABLE_UPDATE = "table_update" |
Update access to the table.
Definition at line 32 of file GrantPermissionTable.cs.