Kinetica C# API
Version 6.0.1.0
|
A set of parameters for /grant/permission/table. More...
Classes | |
struct | Permission |
Permission to grant to the user or role. More... | |
Public Member Functions | |
GrantPermissionTableRequest () | |
Constructs a GrantPermissionTableRequest object with default parameters. More... | |
GrantPermissionTableRequest (string name, string permission, string table_name, string filter_expression, IDictionary< string, string > options) | |
Constructs a GrantPermissionTableRequest object with the specified parameters. More... | |
![]() | |
KineticaData (KineticaType type) | |
Constructor from Kinetica Type More... | |
KineticaData (System.Type type=null) | |
Default constructor, with optional System.Type More... | |
object | Get (int fieldPos) |
Retrieve a specific property from this object More... | |
void | Put (int fieldPos, object fieldValue) |
Write a specific property to this object More... | |
Properties | |
string | name [get, set] |
Name of the user or role to which the permission will be granted. More... | |
string | permission [get, set] |
Permission to grant to the user or role. More... | |
string | table_name [get, set] |
Name of the table to which the permission grants access. More... | |
string | filter_expression [get, set] |
Reserved for future use. More... | |
IDictionary< string, string > | options = "" [get, set] |
Optional parameters. More... | |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
![]() | |
static RecordSchema | SchemaFromType (System.Type t, KineticaType ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of parameters for /grant/permission/table.
Grants a table-level permission to a user or role.
Definition at line 17 of file GrantPermissionTable.cs.
|
inline |
Constructs a GrantPermissionTableRequest object with default parameters.
Definition at line 70 of file GrantPermissionTable.cs.
|
inline |
Constructs a GrantPermissionTableRequest object with the specified parameters.
name | Name of the user or role to which the permission will be granted. Must be an existing user or role. |
permission | Permission to grant to the user or role. Values: table_admin, table_insert, table_update, table_delete, table_read. |
table_name | Name of the table to which the permission grants access. Must be an existing table, collection, or view. If a collection, the permission also applies to tables and views in the collection. |
filter_expression | Reserved for future use. |
options | Optional parameters. |
Definition at line 88 of file GrantPermissionTable.cs.
|
getset |
Reserved for future use.
Definition at line 62 of file GrantPermissionTable.cs.
|
getset |
Name of the user or role to which the permission will be granted.
Must be an existing user or role.
Definition at line 48 of file GrantPermissionTable.cs.
|
getset |
Optional parameters.
Definition at line 65 of file GrantPermissionTable.cs.
|
getset |
Permission to grant to the user or role.
Values: table_admin, table_insert, table_update, table_delete, table_read.
Definition at line 53 of file GrantPermissionTable.cs.
|
getset |
Name of the table to which the permission grants access.
Must be an existing table, collection, or view. If a collection, the permission also applies to tables and views in the collection.
Definition at line 59 of file GrantPermissionTable.cs.