Kinetica C# API
Version 7.1.10.0
|
Optional parameters. 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... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 105 of file AdminRemoveRanks.cs.
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 159 of file AdminRemoveRanks.cs.
const string kinetica.AdminRemoveRanksRequest.Options.FALSE = "false" |
Definition at line 129 of file AdminRemoveRanks.cs.
const string kinetica.AdminRemoveRanksRequest.Options.REBALANCE_SHARDED_DATA = "rebalance_sharded_data" |
If true, sharded data will be rebalanced approximately equally across the cluster.
Note that for clusters with large amounts of sharded data, this data transfer could be time consuming and result in delayed query responses. Supported values:
The default value is TRUE.
Definition at line 127 of file AdminRemoveRanks.cs.
const string kinetica.AdminRemoveRanksRequest.Options.REBALANCE_UNSHARDED_DATA = "rebalance_unsharded_data" |
If true, unsharded data (a.k.a.
randomly-sharded) will be rebalanced approximately equally across the cluster. Note that for clusters with large amounts of unsharded data, this data transfer could be time consuming and result in delayed query responses. Supported values:
The default value is TRUE.
Definition at line 151 of file AdminRemoveRanks.cs.
const string kinetica.AdminRemoveRanksRequest.Options.TRUE = "true" |
Definition at line 128 of file AdminRemoveRanks.cs.