Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus Struct Reference

If this was an operation that included rebalancing unsharded data, the rebalancing-specific status of the operation. 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

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

Valid values are:

A set of string constants for the parameter <member name="rebalance_unsharded_data_status">.

Definition at line 348 of file AdminShowClusterOperations.cs.

Member Data Documentation

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

Definition at line 353 of file AdminShowClusterOperations.cs.

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

Definition at line 354 of file AdminShowClusterOperations.cs.

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

Definition at line 351 of file AdminShowClusterOperations.cs.

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

Definition at line 352 of file AdminShowClusterOperations.cs.

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

Definition at line 350 of file AdminShowClusterOperations.cs.


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