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

Deletes a single document from Mongo GridFS: both the metadata and the byte chunks.

Input Parameters

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

Output Result

Boolean value representing whether deletion succeeded or not: TRUE is returned if the deletion succeeds, FALSE is returned if the document is not found. Otherwise an exception is thrown.


Known issues

  • None