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

Optional parameters. 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

Optional parameters.

  • DRY_RUN: If true, only validation checks will be performed. No ranks are added. 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 72 of file AdminAddRanks.cs.

Member Data Documentation

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

If true, only validation checks will be performed.

No ranks are added. Supported values:

The default value is FALSE.

Definition at line 90 of file AdminAddRanks.cs.

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

Definition at line 92 of file AdminAddRanks.cs.

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

Definition at line 91 of file AdminAddRanks.cs.


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