Skip to main content

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

Static Public Attributes

const string DRY_RUN = “dry_run”
 If TRUE, only validation checks will be performed.
 
const string TRUE = “true”
 A boolean constant for the AdminAddRanksRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the AdminAddRanksRequest.Options options.
 

Detailed Description

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

Optional parameters.

Definition at line 44 of file AdminAddRanks.cs.

Member Data Documentation

◆ DRY_RUN

const string kinetica.AdminAddRanksRequest.Options.DRY_RUN = “dry_run”
static

If TRUE, only validation checks will be performed.

No ranks are added. Supported values:

The default value is FALSE.

Definition at line 65 of file AdminAddRanks.cs.

◆ FALSE

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

A boolean constant for the AdminAddRanksRequest.Options options.

Definition at line 73 of file AdminAddRanks.cs.

◆ TRUE

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

A boolean constant for the AdminAddRanksRequest.Options options.

Definition at line 69 of file AdminAddRanks.cs.


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