Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.AdminRemoveHostRequest.Options Struct Reference

Optional parameters. More...

Public Attributes

const string DRY_RUN = "dry_run"
 If set to true, only validation checks will be performed. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

Optional parameters.

  • DRY_RUN: If set to true, only validation checks will be performed. No host is removed. Supported values: The default value is FALSE.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 56 of file AdminRemoveHost.cs.

Member Data Documentation

const string kinetica.AdminRemoveHostRequest.Options.DRY_RUN = "dry_run"

If set to true, only validation checks will be performed.

No host is removed. Supported values:

The default value is FALSE.

Definition at line 74 of file AdminRemoveHost.cs.

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

Definition at line 76 of file AdminRemoveHost.cs.

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

Definition at line 75 of file AdminRemoveHost.cs.


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