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

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

Public Attributes

const string REBALANCE_SHARDED_DATA = "rebalance_sharded_data"
 If TRUE, sharded data will be rebalanced approximately equally across the cluster. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string REBALANCE_UNSHARDED_DATA = "rebalance_unsharded_data"
 If TRUE, unsharded data (a.k.a. More...
 
const string AGGRESSIVENESS = "aggressiveness"
 Influences how much data is moved at a time during rebalance. More...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 38 of file AdminRemoveRanks.cs.

Member Data Documentation

◆ AGGRESSIVENESS

const string kinetica.AdminRemoveRanksRequest.Options.AGGRESSIVENESS = "aggressiveness"

Influences how much data is moved at a time during rebalance.

A higher AGGRESSIVENESS will complete the rebalance faster. A lower AGGRESSIVENESS will take longer but allow for better interleaving between the rebalance and other queries. Valid values are constants from 1 (lowest) to 10 (highest). The default value is '10'.

Definition at line 84 of file AdminRemoveRanks.cs.

◆ FALSE

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

Definition at line 58 of file AdminRemoveRanks.cs.

◆ REBALANCE_SHARDED_DATA

const string kinetica.AdminRemoveRanksRequest.Options.REBALANCE_SHARDED_DATA = "rebalance_sharded_data"

If TRUE, sharded data will be rebalanced approximately equally across the cluster.

Supported values:

The default value is TRUE.

Definition at line 55 of file AdminRemoveRanks.cs.

◆ REBALANCE_UNSHARDED_DATA

const string kinetica.AdminRemoveRanksRequest.Options.REBALANCE_UNSHARDED_DATA = "rebalance_unsharded_data"

If TRUE, unsharded data (a.k.a.

Supported values:

The default value is TRUE.

Definition at line 73 of file AdminRemoveRanks.cs.

◆ TRUE

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

Definition at line 57 of file AdminRemoveRanks.cs.


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