CreateOptions #
This class represents the options usable with the create
method of the DocumentController.
Namespace #
You must include the following package:
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 |
Edit this page on Github(opens new window)