mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Adds the ability to override the Refresh setting of mutating operations (Update, Delete, Bulk, Index) of Saved Objects.
667 B
667 B
Home > kibana-plugin-server > SavedObjectsDeleteOptions
SavedObjectsDeleteOptions interface
Signature:
export interface SavedObjectsDeleteOptions extends SavedObjectsBaseOptions
Properties
Property | Type | Description |
---|---|---|
refresh | MutatingOperationRefreshSetting |
The Elasticsearch Refresh setting for this operation |