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 348 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 367 of file AlterSystemProperties.cs.
◆ FALSE
| static |
A boolean constant for the AlterSystemPropertiesRequest.Options options.
Definition at line 375 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 399 of file AlterSystemProperties.cs.
◆ TRUE
| static |
A boolean constant for the AlterSystemPropertiesRequest.Options options.
Definition at line 371 of file AlterSystemProperties.cs.
The documentation for this struct was generated from the following file:
- Kinetica/Protocol/AlterSystemProperties.cs