Opensearch dashboards.savedobjectsresolveimporterrorsoptions
Home > opensearch-dashboards > SavedObjectsResolveImportErrorsOptions
SavedObjectsResolveImportErrorsOptions interface
Options to control the "resolve import" operation.
Signature:
export interface SavedObjectsResolveImportErrorsOptions
Properties
| Property | Type | Description |
|---|---|---|
| createNewCopies | boolean | If true, will create new copies of import objects, each with a random id and undefined originId. |
| namespace? | string | (Optional) if specified, will import in given namespace |
| objectLimit | number | The maximum number of object to import |
| readStream | Readable | The stream of saved objects to resolve errors from |
| retries | SavedObjectsImportRetry[] | saved object import references to retry |
| savedObjectsClient | SavedObjectsClientContract | client to use to perform the import operation |
| typeRegistry | ISavedObjectTypeRegistry | The registry of all known saved object types |