Skip to content

Opensearch dashboards.savedobjectsupdateoptions

Home > opensearch-dashboards > SavedObjectsUpdateOptions

SavedObjectsUpdateOptions interface

Signature:

export interface SavedObjectsUpdateOptions extends SavedObjectsBaseOptions 

Extends: SavedObjectsBaseOptions

Properties

Property Type Description
references? SavedObjectReference[] (Optional) A reference to another saved object.
refresh? MutatingOperationRefreshSetting (Optional) The OpenSearch Refresh setting for this operation
version? string (Optional) An opaque version number which changes on each successful write operation. Can be used for implementing optimistic concurrency control.