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 345 of file AlterSystemProperties.cs.
Member Data Documentation
◆ EVICT_TO_COLD
| static |
◆ FALSE
| static |
A boolean constant for the AlterSystemPropertiesRequest.Options options.
Definition at line 372 of file AlterSystemProperties.cs.
◆ PERSIST
| static |
◆ TRUE
| static |
A boolean constant for the AlterSystemPropertiesRequest.Options options.
Definition at line 368 of file AlterSystemProperties.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_centos8-arch_amd64-cc_gcc_8.5.0/install/Kinetica/Protocol/AlterSystemProperties.cs
- Kinetica/Protocol/AlterSystemProperties.cs