DbMetadata
The DbMetadata
class contains metadata about the database itself. This is used to mark the version of the DB when updating / load from a backup so the database can attempt to merge models to the version required by the currently running version of Melon. This data is stored as objects in MongoDb in the Metadata collection.
Properties
Property | Type | Description |
---|---|---|
_id |
string |
The unique identifier for the metadata entry. |
Name |
string |
The name of the database. |
Version |
string |
The version of the database schema or app. |
Info |
string |
Additional information or notes. |