Skip to main content

A set of string constants for the parameter DropEnvironmentRequest.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 DropEnvironmentRequest.environment_name does not exist, no error is returned.
 
const string TRUE = “true”
 A boolean constant for the DropEnvironmentRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the DropEnvironmentRequest.Options options.
 

Detailed Description

A set of string constants for the parameter DropEnvironmentRequest.options.

Optional parameters.

Definition at line 21 of file DropEnvironment.cs.

Member Data Documentation

◆ FALSE

const string kinetica.DropEnvironmentRequest.Options.FALSE = “false”
static

A boolean constant for the DropEnvironmentRequest.Options options.

Definition at line 57 of file DropEnvironment.cs.

◆ NO_ERROR_IF_NOT_EXISTS

const string kinetica.DropEnvironmentRequest.Options.NO_ERROR_IF_NOT_EXISTS = “no_error_if_not_exists”
static

If TRUE and if the environment specified in DropEnvironmentRequest.environment_name does not exist, no error is returned.

If FALSE and if the environment specified in DropEnvironmentRequest.environment_name does not exist, then an error is returned. Supported values:

The default value is FALSE.

Definition at line 49 of file DropEnvironment.cs.

◆ TRUE

const string kinetica.DropEnvironmentRequest.Options.TRUE = “true”
static

A boolean constant for the DropEnvironmentRequest.Options options.

Definition at line 53 of file DropEnvironment.cs.


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