Kinetica   C#   API  Version 7.2.3.0
kinetica.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus Struct Reference

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

Public Attributes

const string NOT_STARTED = "NOT_STARTED"
 
const string IN_PROGRESS = "IN_PROGRESS"
 
const string INTERRUPTED = "INTERRUPTED"
 
const string COMPLETED_OK = "COMPLETED_OK"
 
const string ERROR = "ERROR"
 

Detailed Description

A set of string constants for the parameter rebalance_sharded_data_status.

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

Definition at line 196 of file AdminShowClusterOperations.cs.

Member Data Documentation

◆ COMPLETED_OK

const string kinetica.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus.COMPLETED_OK = "COMPLETED_OK"

Definition at line 201 of file AdminShowClusterOperations.cs.

◆ ERROR

const string kinetica.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus.ERROR = "ERROR"

Definition at line 202 of file AdminShowClusterOperations.cs.

◆ IN_PROGRESS

const string kinetica.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus.IN_PROGRESS = "IN_PROGRESS"

Definition at line 199 of file AdminShowClusterOperations.cs.

◆ INTERRUPTED

const string kinetica.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus.INTERRUPTED = "INTERRUPTED"

Definition at line 200 of file AdminShowClusterOperations.cs.

◆ NOT_STARTED

const string kinetica.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus.NOT_STARTED = "NOT_STARTED"

Definition at line 198 of file AdminShowClusterOperations.cs.


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