|
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 105 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 110 of file GrantPermission.cs.
| const string kinetica.GrantPermissionRequest.Options.FALSE = "false" |
Definition at line 134 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 116 of file GrantPermission.cs.
| const string kinetica.GrantPermissionRequest.Options.TRUE = "true" |
Definition at line 133 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 131 of file GrantPermission.cs.