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

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

Public Attributes

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

Detailed Description

A set of string constants for the parameter 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"

If TRUE, only validation checks will be performed.

Supported values:

The default value is FALSE.

Definition at line 59 of file AdminAddRanks.cs.

◆ FALSE

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

Definition at line 62 of file AdminAddRanks.cs.

◆ TRUE

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

Definition at line 61 of file AdminAddRanks.cs.


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