Kinetica C# API
Version 7.2.3.0
|
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... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 317 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 331 of file AlterSystemProperties.cs.
const string kinetica.AlterSystemPropertiesRequest.Options.FALSE = "false" |
Definition at line 334 of file AlterSystemProperties.cs.
const string kinetica.AlterSystemPropertiesRequest.Options.PERSIST = "persist" |
const string kinetica.AlterSystemPropertiesRequest.Options.TRUE = "true" |
Definition at line 333 of file AlterSystemProperties.cs.