Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. 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" |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 22 of file ShowSecurity.cs.
const string kinetica.ShowSecurityRequest.Options.FALSE = "false" |
Definition at line 40 of file ShowSecurity.cs.
const string kinetica.ShowSecurityRequest.Options.SHOW_CURRENT_USER = "show_current_user" |
const string kinetica.ShowSecurityRequest.Options.TRUE = "true" |
Definition at line 39 of file ShowSecurity.cs.