MongoDB Collection to query. This field is required.
Enabling explain will provides information on the execution of the query
MongoDB order by. This field is optional with a default of {"_id": 1}. You can specify "timestamp" as a string or an object like {"timestamp": -1}.
MongoDB Query projection. This field is optional.
MongoDB Query to execute. This field is required.
Query as if you were this _id. (_id can be a user, role, or customer from the users collection)
MongoDB Number of documents to skip, used for paging on the same query. This field is optional with a default of 0.
MongoDB Maximum number of documents to return. This field is optional with a default of 100.
Generated using TypeDoc
MongoDB Query Request.