Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.39 KB

kibana-plugin-public.savedobjectscreateoptions.md

File metadata and controls

22 lines (14 loc) · 1.39 KB

Home > kibana-plugin-public > SavedObjectsCreateOptions

SavedObjectsCreateOptions interface

Signature:

export interface SavedObjectsCreateOptions 

Properties

Property Type Description
id string (Not recommended) Specify an id instead of having the saved objects service generate one for you.
migrationVersion SavedObjectsMigrationVersion Information about the migrations that have been applied to this SavedObject. When Kibana starts up, KibanaMigrator detects outdated documents and migrates them based on this value. For each migration that has been applied, the plugin's name is used as a key and the latest migration version as the value.
overwrite boolean If a document with the given id already exists, overwrite it's contents (default=false).
references SavedObjectReference[]