For the complete documentation index, see llms.txt. This page is also available as Markdown.

Query

MongoDB query operation.

Task version: 1.0.1

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

Filter : String

Filter document.

Default: - Example: {'foo':'bar'}

Task Result

Name
Description

Success : Boolean

Query completed. Example: true

Data : List<String>

A list with the documents matching the search criteria . Example: "Object{ "_id" : { "$oid" : "635b6e17083070195c6e98f0" }, "foo" : "bar", "bar" : "foo" }"

Task Changelog

Changelog for Task Frends.MongoDB.Query.

[1.0.1] - 2023-11-23

Fixed

  • Fixed dll error when importing the Task to Frends by adding local dll reference to the project file.

[1.0.0] - 2022-10-28

Added

  • Initial implementation

Last updated

Was this helpful?