A set of string constants for the parameter HasPermissionRequest.options. More…
Static Public Attributes | |
| const string | NO_ERROR_IF_NOT_EXISTS = “no_error_if_not_exists” |
| If FALSE will return an error if the provided HasPermissionRequest._object does not exist or is blank. | |
| const string | TRUE = “true” |
| A boolean constant for the HasPermissionRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the HasPermissionRequest.Options options. | |
Detailed Description
A set of string constants for the parameter HasPermissionRequest.options.
Optional parameters.
Definition at line 111 of file HasPermission.cs.
Member Data Documentation
◆ FALSE
| static |
A boolean constant for the HasPermissionRequest.Options options.
Definition at line 146 of file HasPermission.cs.
◆ NO_ERROR_IF_NOT_EXISTS
| static |
If FALSE will return an error if the provided HasPermissionRequest._object does not exist or is blank.
If TRUE then it will return FALSE for has_permission. Supported values:
The default value is FALSE.
Definition at line 138 of file HasPermission.cs.
◆ TRUE
| static |
A boolean constant for the HasPermissionRequest.Options options.
Definition at line 142 of file HasPermission.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/HasPermission.cs
- Kinetica/Protocol/HasPermission.cs