Skip to main content

A set of string constants for the parameter DeleteResourceGroupRequest.options. More…

Static Public Attributes

const string CASCADE_DELETE = “cascade_delete”
 If TRUE, delete any existing entities owned by this group.
 
const string TRUE = “true”
 A boolean constant for the DeleteResourceGroupRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the DeleteResourceGroupRequest.Options options.
 

Detailed Description

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

Optional parameters.

Definition at line 20 of file DeleteResourceGroup.cs.

Member Data Documentation

◆ CASCADE_DELETE

const string kinetica.DeleteResourceGroupRequest.Options.CASCADE_DELETE = “cascade_delete”
static

If TRUE, delete any existing entities owned by this group.

Otherwise this request will return an error of any such entities exist. Supported values:

The default value is FALSE.

Definition at line 43 of file DeleteResourceGroup.cs.

◆ FALSE

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

A boolean constant for the DeleteResourceGroupRequest.Options options.

Definition at line 51 of file DeleteResourceGroup.cs.

◆ TRUE

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

A boolean constant for the DeleteResourceGroupRequest.Options options.

Definition at line 47 of file DeleteResourceGroup.cs.


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