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 316 of file AlterSystemProperties.cs.
Member Data Documentation
◆ EVICT_TO_COLD
| static |
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 335 of file AlterSystemProperties.cs.
◆ FALSE
| static |
A boolean constant for the AlterSystemPropertiesRequest.Options options.
Definition at line 343 of file AlterSystemProperties.cs.
◆ PERSIST
| static |
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 367 of file AlterSystemProperties.cs.
◆ TRUE
| static |
A boolean constant for the AlterSystemPropertiesRequest.Options options.
Definition at line 339 of file AlterSystemProperties.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AlterSystemProperties.cs
- Kinetica/Protocol/AlterSystemProperties.cs