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 316 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 335 of file AlterSystemProperties.cs.

◆ FALSE

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

A boolean constant for the AlterSystemPropertiesRequest.Options options.

Definition at line 343 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 367 of file AlterSystemProperties.cs.

◆ TRUE

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

A boolean constant for the AlterSystemPropertiesRequest.Options options.

Definition at line 339 of file AlterSystemProperties.cs.


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