Parents : MongoDB

Date and time note was created$= dv.current().file.ctime
Date and time note was modified$= dv.current().file.mtime

MongoDB Documents are the basic units that get stored inside MongoDB-Collections.

  • Each Document stores data in B.S.O.N Format
  • Each Document has its own Unique _id parameter defined if you don’t define for a document it gets defined automatically with a data-type of Object_ID

Related

References

Footnotes