Skip to main content

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

Static Public Attributes

const string NOT_STARTED = “NOT_STARTED”
 A constant for the AdminShowClusterOperationsResponse.RemoveRanksStatus options.
 
const string IN_PROGRESS = “IN_PROGRESS”
 A constant for the AdminShowClusterOperationsResponse.RemoveRanksStatus options.
 
const string INTERRUPTED = “INTERRUPTED”
 A constant for the AdminShowClusterOperationsResponse.RemoveRanksStatus options.
 
const string COMPLETED_OK = “COMPLETED_OK”
 A constant for the AdminShowClusterOperationsResponse.RemoveRanksStatus options.
 
const string ERROR = “ERROR”
 A constant for the AdminShowClusterOperationsResponse.RemoveRanksStatus options.
 

Detailed Description

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

If this was a rank-removing operation, the removal-specific status of the operation.

Definition at line 192 of file AdminShowClusterOperations.cs.

Member Data Documentation

◆ COMPLETED_OK

const string kinetica.AdminShowClusterOperationsResponse.RemoveRanksStatus.COMPLETED_OK = “COMPLETED_OK”
static

A constant for the AdminShowClusterOperationsResponse.RemoveRanksStatus options.

Definition at line 212 of file AdminShowClusterOperations.cs.

◆ ERROR

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

A constant for the AdminShowClusterOperationsResponse.RemoveRanksStatus options.

Definition at line 217 of file AdminShowClusterOperations.cs.

◆ IN_PROGRESS

const string kinetica.AdminShowClusterOperationsResponse.RemoveRanksStatus.IN_PROGRESS = “IN_PROGRESS”
static

A constant for the AdminShowClusterOperationsResponse.RemoveRanksStatus options.

Definition at line 202 of file AdminShowClusterOperations.cs.

◆ INTERRUPTED

const string kinetica.AdminShowClusterOperationsResponse.RemoveRanksStatus.INTERRUPTED = “INTERRUPTED”
static

A constant for the AdminShowClusterOperationsResponse.RemoveRanksStatus options.

Definition at line 207 of file AdminShowClusterOperations.cs.

◆ NOT_STARTED

const string kinetica.AdminShowClusterOperationsResponse.RemoveRanksStatus.NOT_STARTED = “NOT_STARTED”
static

A constant for the AdminShowClusterOperationsResponse.RemoveRanksStatus options.

Definition at line 197 of file AdminShowClusterOperations.cs.


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