Skip to main content

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

Static Public Attributes

const string FLUSH_TO_DISK = “flush_to_disk”
 Flush to disk when going offline.
 
const string TRUE = “true”
 A boolean constant for the AdminOfflineRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the AdminOfflineRequest.Options options.
 

Detailed Description

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

Optional parameters.

Definition at line 37 of file AdminOffline.cs.

Member Data Documentation

◆ FALSE

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

A boolean constant for the AdminOfflineRequest.Options options.

Definition at line 59 of file AdminOffline.cs.

◆ FLUSH_TO_DISK

const string kinetica.AdminOfflineRequest.Options.FLUSH_TO_DISK = “flush_to_disk”
static

Flush to disk when going offline.

Supported values:

Definition at line 51 of file AdminOffline.cs.

◆ TRUE

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

A boolean constant for the AdminOfflineRequest.Options options.

Definition at line 55 of file AdminOffline.cs.


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