Version: SG FLX
Community
This is a Technical Preview and should not yet be used in production.
Set Priority Action
Content
Sets the priority setting of the index to the specified value. Indices with a higher priority will be recovered first after a node restart.
Parameters
Parameter | Optional | Note |
---|---|---|
priority |
false | positive integer |
Example
{
"steps": [
...
{
"name": "active",
"conditions": [ ... ],
"actions": [
...
{
"type": "set_priority",
"priority": 50
},
...
]
},
...
]
}