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

Finds documents from MongoDB GridFS based on the filtering criteria.

Input Parameters

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

Output Result

A list of strings with the JSON/BSON documents that match the filtering criteria


Known issues

  • None