A set of string constants for the parameter GrantPermissionRequest.options. More…
Static Public Attributes | |
| const string | COLUMNS = “columns” |
| Apply table security to these columns, comma-separated. | |
| const string | FILTER_EXPRESSION = “filter_expression” |
| Filter expression to apply to this grant. | |
| const string | WITH_GRANT_OPTION = “with_grant_option” |
| Allow the recipient to grant the same permission (or subset) to others. | |
| const string | TRUE = “true” |
| A boolean constant for the GrantPermissionRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the GrantPermissionRequest.Options options. | |
Detailed Description
A set of string constants for the parameter GrantPermissionRequest.options.
Optional parameters.
Definition at line 111 of file GrantPermission.cs.
Member Data Documentation
◆ COLUMNS
| static |
Apply table security to these columns, comma-separated.
The default value is ”.
Definition at line 116 of file GrantPermission.cs.
◆ FALSE
| static |
A boolean constant for the GrantPermissionRequest.Options options.
Definition at line 149 of file GrantPermission.cs.
◆ FILTER_EXPRESSION
| static |
Filter expression to apply to this grant.
Only rows that match the filter will be affected. The default value is ”.
Definition at line 121 of file GrantPermission.cs.
◆ TRUE
| static |
A boolean constant for the GrantPermissionRequest.Options options.
Definition at line 145 of file GrantPermission.cs.
◆ WITH_GRANT_OPTION
| static |
Allow the recipient to grant the same permission (or subset) to others.
Supported values:
The default value is FALSE.
Definition at line 141 of file GrantPermission.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/GrantPermission.cs
- Kinetica/Protocol/GrantPermission.cs