Skip to main content

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

Static Public Attributes

const string EVICT_TO_COLD = “evict_to_cold”
 If TRUE and evict_columns is specified, the given objects will be evicted to cold storage (if such a tier exists).
 
const string TRUE = “true”
 A boolean constant for the AlterSystemPropertiesRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the AlterSystemPropertiesRequest.Options options.
 
const string PERSIST = “persist”
 If TRUE the system configuration will be written to disk upon successful application of this request.
 

Detailed Description

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

Optional parameters.

Definition at line 345 of file AlterSystemProperties.cs.

Member Data Documentation

◆ EVICT_TO_COLD

const string kinetica.AlterSystemPropertiesRequest.Options.EVICT_TO_COLD = “evict_to_cold”
static

If TRUE and evict_columns is specified, the given objects will be evicted to cold storage (if such a tier exists).

Supported values:

Definition at line 364 of file AlterSystemProperties.cs.

◆ FALSE

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

A boolean constant for the AlterSystemPropertiesRequest.Options options.

Definition at line 372 of file AlterSystemProperties.cs.

◆ PERSIST

const string kinetica.AlterSystemPropertiesRequest.Options.PERSIST = “persist”
static

If TRUE the system configuration will be written to disk upon successful application of this request.

This will commit the changes from this request and any additional in-memory modifications. Supported values:

The default value is TRUE.

Definition at line 396 of file AlterSystemProperties.cs.

◆ TRUE

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

A boolean constant for the AlterSystemPropertiesRequest.Options options.

Definition at line 368 of file AlterSystemProperties.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_centos8-arch_amd64-cc_gcc_8.5.0/install/Kinetica/Protocol/AlterSystemProperties.cs
  • Kinetica/Protocol/AlterSystemProperties.cs