FRENDS⁴ Common Components : Frends.Common.MongoDB.InsertDocument

InsertDocument inserts one document into a MongoDB collection.

Input Parameters

  • Mongo database connection information
    • ServerAddress (string)
    • ServerPort (string)
    • Database (string)
    • CollectionName (string)
    • Username (string)
    • Password (string)
  • Document (string)
    • In JSON format: { 'foo':'bar', 'bar': 'foo' }

Output Result

A string with the ID of the document in Mongo


Known issues

  • None