Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. 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. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 102 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 107 of file GrantPermission.cs.
const string kinetica.GrantPermissionRequest.Options.FALSE = "false" |
Definition at line 131 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 113 of file GrantPermission.cs.
const string kinetica.GrantPermissionRequest.Options.TRUE = "true" |
Definition at line 130 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 128 of file GrantPermission.cs.