Skip to main content

A set of string constants for the parameter AdminShowClusterOperationsResponse.rebalance_unsharded_data. More…

Static Public Attributes

const string TRUE = “true”
 A boolean constant for the AdminShowClusterOperationsResponse.RebalanceUnshardedData options.
 
const string FALSE = “false”
 A boolean constant for the AdminShowClusterOperationsResponse.RebalanceUnshardedData options.
 

Detailed Description

A set of string constants for the parameter AdminShowClusterOperationsResponse.rebalance_unsharded_data.

Whether rebalancing of unsharded data is (or was) part of this operation.

Definition at line 242 of file AdminShowClusterOperations.cs.

Member Data Documentation

◆ FALSE

const string kinetica.AdminShowClusterOperationsResponse.RebalanceUnshardedData.FALSE = “false”
static

A boolean constant for the AdminShowClusterOperationsResponse.RebalanceUnshardedData options.

Definition at line 252 of file AdminShowClusterOperations.cs.

◆ TRUE

const string kinetica.AdminShowClusterOperationsResponse.RebalanceUnshardedData.TRUE = “true”
static

A boolean constant for the AdminShowClusterOperationsResponse.RebalanceUnshardedData options.

Definition at line 247 of file AdminShowClusterOperations.cs.


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