Opensearch dashboards.savedobjectsexportresultdetails
Home > opensearch-dashboards > SavedObjectsExportResultDetails
SavedObjectsExportResultDetails interface
Structure of the export result details entry
Signature:
export interface SavedObjectsExportResultDetails
Properties
| Property | Type | Description |
|---|---|---|
| exportedCount | number | number of successfully exported objects |
| missingRefCount | number | number of missing references |
| missingReferences | Array<{ id: string; type: string; }> | missing references details |