Skip to main content

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

Static Public Attributes

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

Detailed Description

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

Whether a user stopped this operation at any point while in progress.

Definition at line 91 of file AdminShowClusterOperations.cs.

Member Data Documentation

◆ FALSE

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

A boolean constant for the AdminShowClusterOperationsResponse.UserStopped options.

Definition at line 101 of file AdminShowClusterOperations.cs.

◆ TRUE

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

A boolean constant for the AdminShowClusterOperationsResponse.UserStopped options.

Definition at line 96 of file AdminShowClusterOperations.cs.


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