Skip to main content

A set of string constants for the parameter AdminOfflineRequest.offline. More…

Static Public Attributes

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

Detailed Description

A set of string constants for the parameter AdminOfflineRequest.offline.

Set to true if desired state is offline.

Definition at line 23 of file AdminOffline.cs.

Member Data Documentation

◆ FALSE

const string kinetica.AdminOfflineRequest.Offline.FALSE = “false”
static

A boolean constant for the AdminOfflineRequest.Offline options.

Definition at line 31 of file AdminOffline.cs.

◆ TRUE

const string kinetica.AdminOfflineRequest.Offline.TRUE = “true”
static

A boolean constant for the AdminOfflineRequest.Offline options.

Definition at line 27 of file AdminOffline.cs.


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