Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter rebalance_unsharded_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" |
A set of string constants for the parameter rebalance_unsharded_data_status.
If this was an operation that included rebalancing unsharded data, the rebalancing-specific status of the operation.
Definition at line 172 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus.COMPLETED_OK = "COMPLETED_OK" |
Definition at line 177 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus.ERROR = "ERROR" |
Definition at line 178 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus.IN_PROGRESS = "IN_PROGRESS" |
Definition at line 175 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus.INTERRUPTED = "INTERRUPTED" |
Definition at line 176 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus.NOT_STARTED = "NOT_STARTED" |
Definition at line 174 of file AdminShowClusterOperations.cs.