Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExportResult

The interface of the result of the mongoExport function

Hierarchy

  • ExportResult

Index

Properties

Properties

actual

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.

code

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

expected

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