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

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

Public Attributes

const string NOT_STARTED = "NOT_STARTED"
 
const string IN_PROGRESS = "IN_PROGRESS"
 
const string INTERRUPTED = "INTERRUPTED"
 
const string COMPLETED_OK = "COMPLETED_OK"
 
const string ERROR = "ERROR"
 

Detailed Description

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

Valid values are:

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

Definition at line 267 of file AdminShowClusterOperations.cs.

Member Data Documentation

const string kinetica.AdminShowClusterOperationsResponse.RemoveRanksStatus.COMPLETED_OK = "COMPLETED_OK"

Definition at line 272 of file AdminShowClusterOperations.cs.

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

Definition at line 273 of file AdminShowClusterOperations.cs.

const string kinetica.AdminShowClusterOperationsResponse.RemoveRanksStatus.IN_PROGRESS = "IN_PROGRESS"

Definition at line 270 of file AdminShowClusterOperations.cs.

const string kinetica.AdminShowClusterOperationsResponse.RemoveRanksStatus.INTERRUPTED = "INTERRUPTED"

Definition at line 271 of file AdminShowClusterOperations.cs.

const string kinetica.AdminShowClusterOperationsResponse.RemoveRanksStatus.NOT_STARTED = "NOT_STARTED"

Definition at line 269 of file AdminShowClusterOperations.cs.


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