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

Queries documents from MongoDB using the filter string.

Input Parameters

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

Output Result

A list of strings with the documents matching the filter criteria


Known issues

  • None