|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter overall_status. More...
Public Attributes | |
| const string | OK = "OK" |
| The operation was successful, or, if still in progress, the operation is successful so far. More... | |
| const string | ERROR = "ERROR" |
| An error occurred executing the operation. More... | |
A set of string constants for the parameter overall_status.
Overall success status of the operation.
Definition at line 70 of file AdminShowClusterOperations.cs.
| const string AdminShowClusterOperationsResponse.OverallStatus.ERROR = "ERROR" |
An error occurred executing the operation.
Definition at line 77 of file AdminShowClusterOperations.cs.
| const string AdminShowClusterOperationsResponse.OverallStatus.OK = "OK" |
The operation was successful, or, if still in progress, the operation is successful so far.
Definition at line 74 of file AdminShowClusterOperations.cs.