Kinetica C# API  Version 7.1.10.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 76 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 94 of file AdminAddRanks.cs.

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

Definition at line 96 of file AdminAddRanks.cs.

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

Definition at line 95 of file AdminAddRanks.cs.


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