Options
All
  • Public
  • Public/Protected
  • All
Menu

The interface of the result of the mongoExport function

Hierarchy

  • ExportResult

Index

Properties

The collections correctly exported. This result is obtained parsing the ExportedOptions and listing databases and collections of MongoDB. It can be detailed (each collection with its ExportingOptions) if the option "detailedResult" specify that.

The result code of the function. TOTAL (0 - all collections exported correctly) PARTIAL (1 - not all collections exported correctly)

The collections expected to be exported. This result is obtained parsing the ExportedOptions and listing databases and collections of MongoDB. It can be detailed (each collection with its ExportingOptions) if the option "detailedResult" specify that.

Generated using TypeDoc