Skip to main content

A set of string constants for the parameter AdminShowClusterOperationsResponse.overall_status. More…

Static Public Attributes

const string OK = “OK”
 The operation was successful, or, if still in progress, the operation is successful so far.
 
const string ERROR = “ERROR”
 An error occurred executing the operation.
 

Detailed Description

A set of string constants for the parameter AdminShowClusterOperationsResponse.overall_status.

Overall success status of the operation.

Definition at line 77 of file AdminShowClusterOperations.cs.

Member Data Documentation

◆ ERROR

const string kinetica.AdminShowClusterOperationsResponse.OverallStatus.ERROR = “ERROR”
static

An error occurred executing the operation.

Definition at line 84 of file AdminShowClusterOperations.cs.

◆ OK

const string kinetica.AdminShowClusterOperationsResponse.OverallStatus.OK = “OK”
static

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

Definition at line 81 of file AdminShowClusterOperations.cs.


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