SDK
SDK Java v3.x
2

This SDK is deprecated. We recommend to use the Kuzzle SDK-JVM.
A migration guide is available here

UpdateOptions #

This class represents the options usable with the update method of the DocumentController.

Namespace #

You must include the following package:

Copied to clipboard!
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