Kinetica   C#   API  Version 7.2.3.1
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 70 of file AdminShowClusterOperations.cs.

Member Data Documentation

◆ ERROR

const string AdminShowClusterOperationsResponse.OverallStatus.ERROR = "ERROR"

An error occurred executing the operation.

Definition at line 77 of file AdminShowClusterOperations.cs.

◆ OK

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.


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