Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExtendedExportingOptions

Options that specify how will the options be exported and are not about the mongoexport options.

Hierarchy

  • ExtendedExportingOptions

Index

Properties

absolutePath?: boolean

If the filePath value is absolute and not relative to the outDir option.

Default: false

A string or a function returning the name of the file of the exported collection.

Default: undefined

A string or a function returning the path of the file of the exported collection.

Default: undefined

prependDbName?: boolean

If the file name will be prepended by the database of the collection. The format is: "database_filename.extension".

When undefined, if the outType is 'deep' the file name is not prepended while if the outType is 'flat' it is prepended

Default: undefined

Generated using TypeDoc