A set of string constants for the parameter ShowEnvironmentRequest.options. More…
Static Public Attributes | |
| const string | NO_ERROR_IF_NOT_EXISTS = “no_error_if_not_exists” |
| If TRUE and if the environment specified in ShowEnvironmentRequest.environment_name does not exist, no error is returned. | |
| const string | TRUE = “true” |
| A boolean constant for the ShowEnvironmentRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the ShowEnvironmentRequest.Options options. | |
| const string | SHOW_NAMES_ONLY = “show_names_only” |
| If TRUE only return the names of the installed environments and omit package listing. | |
Detailed Description
A set of string constants for the parameter ShowEnvironmentRequest.options.
Optional parameters.
Definition at line 23 of file ShowEnvironment.cs.
Member Data Documentation
◆ FALSE
| static |
A boolean constant for the ShowEnvironmentRequest.Options options.
Definition at line 59 of file ShowEnvironment.cs.
◆ NO_ERROR_IF_NOT_EXISTS
| static |
If TRUE and if the environment specified in ShowEnvironmentRequest.environment_name does not exist, no error is returned.
If FALSE and if the environment specified in ShowEnvironmentRequest.environment_name does not exist, then an error is returned. Supported values:
The default value is FALSE.
Definition at line 51 of file ShowEnvironment.cs.
◆ SHOW_NAMES_ONLY
| static |
◆ TRUE
| static |
A boolean constant for the ShowEnvironmentRequest.Options options.
Definition at line 55 of file ShowEnvironment.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/ShowEnvironment.cs
- Kinetica/Protocol/ShowEnvironment.cs