Kinetica C# API
Version 7.0.19.0
|
If this was a rank-adding operation, the add-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" |
If this was a rank-adding operation, the add-specific status of the operation.
Valid values are:
A set of string constants for the parameter <member name="add_ranks_status">.
Definition at line 209 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.AddRanksStatus.COMPLETED_OK = "COMPLETED_OK" |
Definition at line 214 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.AddRanksStatus.ERROR = "ERROR" |
Definition at line 215 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.AddRanksStatus.IN_PROGRESS = "IN_PROGRESS" |
Definition at line 212 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.AddRanksStatus.INTERRUPTED = "INTERRUPTED" |
Definition at line 213 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.AddRanksStatus.NOT_STARTED = "NOT_STARTED" |
Definition at line 211 of file AdminShowClusterOperations.cs.