Skip to main content

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

Static Public Attributes

const string TRUE = “true”
 A boolean constant for the AdminShowClusterOperationsResponse.RemoveRanks options.
 
const string FALSE = “false”
 A boolean constant for the AdminShowClusterOperationsResponse.RemoveRanks options.
 

Detailed Description

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

Whether removing ranks is (or was) part of this operation.

Definition at line 174 of file AdminShowClusterOperations.cs.

Member Data Documentation

◆ FALSE

const string kinetica.AdminShowClusterOperationsResponse.RemoveRanks.FALSE = “false”
static

A boolean constant for the AdminShowClusterOperationsResponse.RemoveRanks options.

Definition at line 184 of file AdminShowClusterOperations.cs.

◆ TRUE

const string kinetica.AdminShowClusterOperationsResponse.RemoveRanks.TRUE = “true”
static

A boolean constant for the AdminShowClusterOperationsResponse.RemoveRanks options.

Definition at line 179 of file AdminShowClusterOperations.cs.


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