mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Adds the ability to override the Refresh setting of mutating operations (Update, Delete, Bulk, Index) of Saved Objects.
1 KiB
1 KiB
Home > kibana-plugin-server > SavedObjectsUpdateOptions
SavedObjectsUpdateOptions interface
Signature:
export interface SavedObjectsUpdateOptions extends SavedObjectsBaseOptions
Properties
Property | Type | Description |
---|---|---|
references | SavedObjectReference[] |
A reference to another saved object. |
refresh | MutatingOperationRefreshSetting |
The Elasticsearch Refresh setting for this operation |
version | string |
An opaque version number which changes on each successful write operation. Can be used for implementing optimistic concurrency control. |