Skip to main content

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

Static Public Attributes

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

Detailed Description

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

Whether this operation was a dry run.

Definition at line 107 of file AdminShowClusterOperations.cs.

Member Data Documentation

◆ FALSE

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

A boolean constant for the AdminShowClusterOperationsResponse.DryRun options.

Definition at line 117 of file AdminShowClusterOperations.cs.

◆ TRUE

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

A boolean constant for the AdminShowClusterOperationsResponse.DryRun options.

Definition at line 112 of file AdminShowClusterOperations.cs.


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