Kinetica C# API
Version 7.1.10.0
|
Optional parameters. More...
Public Attributes | |
const string | SHOW_CURRENT_USER = "show_current_user" |
If true, returns only security information for the current user. More... | |
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 49 of file ShowSecurity.cs.
const string kinetica.ShowSecurityRequest.Options.FALSE = "false" |
Definition at line 69 of file ShowSecurity.cs.
const string kinetica.ShowSecurityRequest.Options.SHOW_CURRENT_USER = "show_current_user" |
If true, returns only security information for the current user.
Supported values:
The default value is FALSE.
Definition at line 67 of file ShowSecurity.cs.
const string kinetica.ShowSecurityRequest.Options.TRUE = "true" |
Definition at line 68 of file ShowSecurity.cs.