Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ExportResultCode

The enum of the result of the mongoExport function. The values are:

  • TOTAL: All the collections expected to be exported were correctly exported
  • PARTIAL: Not all the collections expected to be exported were correctly exported

Index

Enumeration members

Enumeration members

PARTIAL = 1

1 - Not all the collections expected to be exported were correctly exported

TOTAL = 0

0 - All the collections expected to be exported were correctly exported

Generated using TypeDoc