/AWS1/CL_ECA=>RESETCACHEPARAMETERGROUP()
¶
About ResetCacheParameterGroup¶
Modifies the parameters of a cache parameter group to the engine or system default
value. You can reset specific parameters by submitting a list of parameter names. To
reset the entire cache parameter group, specify the ResetAllParameters
and
CacheParameterGroupName
parameters.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_CACHEPARAMETERGROUPNAME
TYPE /AWS1/ECASTRING
/AWS1/ECASTRING
¶
The name of the cache parameter group to reset.
Optional arguments:¶
IV_RESETALLPARAMETERS
TYPE /AWS1/ECABOOLEAN
/AWS1/ECABOOLEAN
¶
If
true
, all parameters in the cache parameter group are reset to their default values. Iffalse
, only the parameters listed byParameterNameValues
are reset to their default values.Valid values:
true
|false
IT_PARAMETERNAMEVALUES
TYPE /AWS1/CL_ECAPARAMETERNAMEVALUE=>TT_PARAMETERNAMEVALUELIST
TT_PARAMETERNAMEVALUELIST
¶
An array of parameter names to reset to their default values. If
ResetAllParameters
istrue
, do not useParameterNameValues
. IfResetAllParameters
isfalse
, you must specify the name of at least one parameter to reset.