Kinetica   C#   API  Version 7.2.3.0
kinetica.ShowEnvironmentRequest.Options Struct Reference

A set of string constants for the parameter options. 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"
 
const string SHOW_NAMES_ONLY = "show_names_only"
 If TRUE only return the names of the installed environments and omit package listing. More...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 24 of file ShowEnvironment.cs.

Member Data Documentation

◆ FALSE

const string kinetica.ShowEnvironmentRequest.Options.FALSE = "false"

Definition at line 43 of file ShowEnvironment.cs.

◆ NO_ERROR_IF_NOT_EXISTS

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.

Supported values:

The default value is FALSE.

Definition at line 40 of file ShowEnvironment.cs.

◆ SHOW_NAMES_ONLY

const string kinetica.ShowEnvironmentRequest.Options.SHOW_NAMES_ONLY = "show_names_only"

If TRUE only return the names of the installed environments and omit package listing.

Supported values:

The default value is FALSE.

Definition at line 59 of file ShowEnvironment.cs.

◆ TRUE

const string kinetica.ShowEnvironmentRequest.Options.TRUE = "true"

Definition at line 42 of file ShowEnvironment.cs.


The documentation for this struct was generated from the following file: