Skip to content

Opensearch dashboards.savedobjectsbulkcreateobject

Home > opensearch-dashboards > SavedObjectsBulkCreateObject

SavedObjectsBulkCreateObject interface

Signature:

export interface SavedObjectsBulkCreateObject<T = unknown> 

Properties

Property Type Description
attributes T
id? string (Optional)
initialNamespaces? string[] (Optional) Optional initial namespaces for the object to be created in. If this is defined, it will supersede the namespace ID that is in SavedObjectsCreateOptions.Note: this can only be used for multi-namespace object types.
migrationVersion? SavedObjectsMigrationVersion (Optional) Information about the migrations that have been applied to this SavedObject. When OpenSearch Dashboards starts up, OpenSearchDashboardsMigrator 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.
originId? string (Optional) Optional ID of the original saved object, if this object's id was regenerated
references? SavedObjectReference[] (Optional)
type string
version? string (Optional)