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

Retrieves one document from MongoDB GridFS, converts it from bytes to text, and returns the text format document.

Input Parameters

  • Mongo database connection information
    • ServerAddress (string)
    • ServerPort (string)
    • Database (string)
    • CollectionName (string)
    • Username (string)
    • Password (string)
  • Id (string)

Output Result

A string with the document JSON


Known issues

  • None