Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.GrantPermissionTableRequest.Permission Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: