Skip to main content

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

Static Public Attributes

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

Detailed Description

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

Whether data and/or shard rebalancing is (or was) part of this operation.

Definition at line 224 of file AdminShowClusterOperations.cs.

Member Data Documentation

◆ FALSE

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

A boolean constant for the AdminShowClusterOperationsResponse.Rebalance options.

Definition at line 234 of file AdminShowClusterOperations.cs.

◆ TRUE

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

A boolean constant for the AdminShowClusterOperationsResponse.Rebalance options.

Definition at line 229 of file AdminShowClusterOperations.cs.


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