Kinetica C# API
Version 7.1.10.0
|
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... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 575 of file AlterSystemProperties.cs.
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.