Kinetica C# API
Version 7.1.10.0
|
Optional parameters. More...
Public Attributes | |
const string | NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
If true and if the environment specified in environment_name does not exist, no error is returned. 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 55 of file ShowEnvironment.cs.
const string kinetica.ShowEnvironmentRequest.Options.FALSE = "false" |
Definition at line 78 of file ShowEnvironment.cs.
const string kinetica.ShowEnvironmentRequest.Options.NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
If true and if the environment specified in environment_name does not exist, no error is returned.
If false and if the environment specified in environment_name does not exist, then an error is returned. Supported values:
The default value is FALSE.
Definition at line 76 of file ShowEnvironment.cs.
const string kinetica.ShowEnvironmentRequest.Options.TRUE = "true" |
Definition at line 77 of file ShowEnvironment.cs.