Kinetica   C#   API  Version 7.2.3.0
kinetica.AlterSystemPropertiesRequest.Options Struct Reference

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

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). More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string PERSIST = "persist"
 If TRUE the system configuration will be written to disk upon successful application of this request. More...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 317 of file AlterSystemProperties.cs.

Member Data Documentation

◆ EVICT_TO_COLD

const string kinetica.AlterSystemPropertiesRequest.Options.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).

Supported values:

Definition at line 331 of file AlterSystemProperties.cs.

◆ FALSE

const string kinetica.AlterSystemPropertiesRequest.Options.FALSE = "false"

Definition at line 334 of file AlterSystemProperties.cs.

◆ PERSIST

const string kinetica.AlterSystemPropertiesRequest.Options.PERSIST = "persist"

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

Supported values:

The default value is TRUE.

Definition at line 350 of file AlterSystemProperties.cs.

◆ TRUE

const string kinetica.AlterSystemPropertiesRequest.Options.TRUE = "true"

Definition at line 333 of file AlterSystemProperties.cs.


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