SDK
SDK Java v3.x
2

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

CreateOptions #

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

Namespace #

You must include the following package:

Copied to clipboard!
import io.kuzzle.sdk.Options.CreateOptions;

Properties #

Property Type Description
id
String
(optional)
Document identifier. Auto-generated if not specified
waitForRefresh
Boolean
(optional)
If set to true, Kuzzle will wait for the persistence layer to finish indexing