Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.84 KB

kibana-plugin-core-public.savedobjectsimportretry.md

File metadata and controls

26 lines (18 loc) · 1.84 KB

Home > kibana-plugin-core-public > SavedObjectsImportRetry

SavedObjectsImportRetry interface

Describes a retry operation for importing a saved object.

Signature:

export interface SavedObjectsImportRetry 

Properties

Property Type Description
createNewCopy boolean If createNewCopy is specified, the new object has a new (undefined) origin ID. This is only needed for the case where createNewCopies mode is disabled and ambiguous source conflicts are detected.
destinationId string The object ID that will be created or overwritten. If not specified, the id field will be used.
id string
ignoreMissingReferences boolean If ignoreMissingReferences is specified, reference validation will be skipped for this object.
overwrite boolean
replaceReferences Array<{
type: string;
from: string;
to: string;
}>
type string