Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.AlterSystemPropertiesRequest.Options Struct Reference

Optional parameters. 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

Optional parameters.

  • 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:
  • PERSIST: 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.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 575 of file AlterSystemProperties.cs.

Member Data Documentation

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

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

Definition at line 594 of file AlterSystemProperties.cs.

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

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

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

Definition at line 593 of file AlterSystemProperties.cs.


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