An interface that represents MongoDB collections with their database.
The keys are the databases and the values of those keys is an array of all the
collections of that database.
It contains also the exporting informations of each collection. Indeed, every array is
an array of objects whose property "name" is the name of the collection and the other
properties are ExportingOptions
An interface that represents MongoDB collections with their database. The keys are the databases and the values of those keys is an array of all the collections of that database. It contains also the exporting informations of each collection. Indeed, every array is an array of objects whose property "name" is the name of the collection and the other properties are ExportingOptions