Kinetica C# API
Version 7.1.10.0
|
Optional parameters. More...
Public Attributes | |
const string | COLUMNS = "columns" |
Apply table security to these columns, comma-separated. More... | |
const string | FILTER_EXPRESSION = "filter_expression" |
Optional filter expression to apply to this grant. More... | |
const string | WITH_GRANT_OPTION = "with_grant_option" |
Allow the recipient to grant the same permission (or subset) to others Supported values: | |
const string | TRUE = "true" |
const string | FALSE = "false" |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 260 of file GrantPermission.cs.
const string kinetica.GrantPermissionRequest.Options.COLUMNS = "columns" |
Apply table security to these columns, comma-separated.
The default value is ''.
Definition at line 265 of file GrantPermission.cs.
const string kinetica.GrantPermissionRequest.Options.FALSE = "false" |
Definition at line 289 of file GrantPermission.cs.
const string kinetica.GrantPermissionRequest.Options.FILTER_EXPRESSION = "filter_expression" |
Optional filter expression to apply to this grant.
Only rows that match the filter will be affected. The default value is ''.
Definition at line 270 of file GrantPermission.cs.
const string kinetica.GrantPermissionRequest.Options.TRUE = "true" |
Definition at line 288 of file GrantPermission.cs.
const string kinetica.GrantPermissionRequest.Options.WITH_GRANT_OPTION = "with_grant_option" |
Allow the recipient to grant the same permission (or subset) to others Supported values:
The default value is FALSE.
Definition at line 287 of file GrantPermission.cs.