Query
MongoDB query operation.
Last updated
Was this helpful?
MongoDB query operation.
Task version: 1.0.1
Required Frends version: 5.5+
Required .NET version: 6.0
Compatible Agents: Crossplatform
Source code: https://github.com/FrendsPlatform/Frends.MongoDB
Filter : String
Filter document.
Default: -
Example: {'foo':'bar'}
🗝ConnectionString : String
Connection string.
Default: -
Example: mongodb://foo:bar@localhost:00000/?authSource=admin
Database : String
Database.
Default: -
Example: foo
CollectionName : String
Collection name.
Default: -
Example: bar
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" }"
Changelog for Task Frends.MongoDB.Query.
Fixed dll error when importing the Task to Frends by adding local dll reference to the project file.
Initial implementation
Last updated
Was this helpful?
Was this helpful?

