Skip to main content

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

Static Public Attributes

const string NOT_STARTED = “NOT_STARTED”
 A constant for the AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus options.
 
const string IN_PROGRESS = “IN_PROGRESS”
 A constant for the AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus options.
 
const string INTERRUPTED = “INTERRUPTED”
 A constant for the AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus options.
 
const string COMPLETED_OK = “COMPLETED_OK”
 A constant for the AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus options.
 
const string ERROR = “ERROR”
 A constant for the AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus options.
 

Detailed Description

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

If this was an operation that included rebalancing unsharded data, the rebalancing-specific status of the operation.

Definition at line 261 of file AdminShowClusterOperations.cs.

Member Data Documentation

◆ COMPLETED_OK

const string kinetica.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus.COMPLETED_OK = “COMPLETED_OK”
static

◆ ERROR

const string kinetica.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus.ERROR = “ERROR”
static

◆ IN_PROGRESS

const string kinetica.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus.IN_PROGRESS = “IN_PROGRESS”
static

◆ INTERRUPTED

const string kinetica.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus.INTERRUPTED = “INTERRUPTED”
static

◆ NOT_STARTED

const string kinetica.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus.NOT_STARTED = “NOT_STARTED”
static

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