Kinetica   C#   API  Version 7.2.3.0
kinetica.AdminShowClusterOperationsResponse.OverallStatus Struct Reference

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...
 

Detailed Description

A set of string constants for the parameter overall_status.

Overall success status of the operation.

Definition at line 71 of file AdminShowClusterOperations.cs.

Member Data Documentation

◆ ERROR

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

An error occurred executing the operation.

Definition at line 78 of file AdminShowClusterOperations.cs.

◆ OK

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 75 of file AdminShowClusterOperations.cs.


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