UpdateOptions #
This class represents the options usable with the update
method of the DocumentController.
Namespace #
You must include the following package:
import io.kuzzle.sdk.Options.UpdateOptions;
Properties #
Property | Type | Description |
---|---|---|
waitForRefresh | Boolean(optional) | If set to true , Kuzzle will wait for the persistence layer to finish indexing |
retryOnConflict | Integer | The number of times the database layer should retry in case of version conflict |
source | Boolean | If true, returns the updated document inside the response |
Edit this page on Github(opens new window)