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

Overall success status of the operation. 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...
 

Detailed Description

Overall success status of the operation.

Supported values:

  • OK: The operation was successful, or, if still in progress, the operation is successful so far.
  • ERROR: An error occurred executing the operation.

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

Definition at line 106 of file AdminShowClusterOperations.cs.

Member Data Documentation

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

An error occurred executing the operation.

Definition at line 114 of file AdminShowClusterOperations.cs.

const string kinetica.AdminShowClusterOperationsResponse.OverallStatus.OK = "OK"

The operation was successful, or, if still in progress, the operation is successful so far.

Definition at line 111 of file AdminShowClusterOperations.cs.


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