Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.02 KB

kibana-plugin-core-server.exportsavedobjectstostream.md

File metadata and controls

24 lines (14 loc) · 1.02 KB

Home > kibana-plugin-core-server > exportSavedObjectsToStream

exportSavedObjectsToStream() function

Generates sorted saved object stream to be used for export. See the options for more detailed information.

Signature:

export declare function exportSavedObjectsToStream({ types, objects, search, savedObjectsClient, exportSizeLimit, includeReferencesDeep, excludeExportDetails, namespace, }: SavedObjectsExportOptions): Promise<import("stream").Readable>;

Parameters

Parameter Type Description
{ types, objects, search, savedObjectsClient, exportSizeLimit, includeReferencesDeep, excludeExportDetails, namespace, } SavedObjectsExportOptions

Returns:

Promise<import("stream").Readable>