Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter remove_ranks_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 remove_ranks_status.
If this was a rank-removing operation, the removal-specific status of the operation.
Definition at line 138 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.RemoveRanksStatus.COMPLETED_OK = "COMPLETED_OK" |
Definition at line 143 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.RemoveRanksStatus.ERROR = "ERROR" |
Definition at line 144 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.RemoveRanksStatus.IN_PROGRESS = "IN_PROGRESS" |
Definition at line 141 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.RemoveRanksStatus.INTERRUPTED = "INTERRUPTED" |
Definition at line 142 of file AdminShowClusterOperations.cs.
const string kinetica.AdminShowClusterOperationsResponse.RemoveRanksStatus.NOT_STARTED = "NOT_STARTED" |
Definition at line 140 of file AdminShowClusterOperations.cs.