public static final class AlterSystemPropertiesRequest.Options extends Object
AlterSystemPropertiesRequest
parameter options
.
Optional parameters.
Modifier and Type | Field and Description |
---|---|
static String |
EVICT_TO_COLD
If
TRUE and evict_columns is specified, the
given objects will be evicted to cold storage (if such a tier
exists). |
static String |
FALSE |
static String |
PERSIST
If
TRUE the system configuration will be
written to disk upon successful application of this request. |
static String |
TRUE |
public static final String EVICT_TO_COLD
TRUE
and evict_columns is specified, the
given objects will be evicted to cold storage (if such a tier
exists).
Supported values:
public static final String TRUE
public static final String FALSE
public static final String PERSIST
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
.Copyright © 2025. All rights reserved.