Basic query selector
Javascript $where
selector
Sort of the query
Hints of the query
Limit constrain on number of documents returned
How much documents to ignore form the beginning of the query
Which fields of the document to include
Explain result
Whether to create snapshot
Eventual comment to use in the log
ReadPreference of the query
alias for append
*
alias for append
*
Applies action on query result *
Applies action on query result *
Appends results of two queries together *
Appends results of two queries together *
Compiles query to mongodb DBOBject representation
Basic query selector
Eventual comment to use in the log
Counts the documents that matched the query *
Counts the documents that matched the query *
Returns all distinct values of key in query *
Returns all distinct values of key in query *
Explain result
Hints of the query
Limit constrain on number of documents returned
Applies mapreduce function to query.
Applies mapreduce function to query. Honors sorts from query, if specified
Pipes result of this query though aggregation command *
Pipes result of this query though aggregation command *
Which fields of the document to include
ReadPreference of the query
How much documents to ignore form the beginning of the query
Whether to create snapshot
Sort of the query
Javascript $where
selector
Pipes result of this query through aggregation pipeline *
Pipes result of this query through aggregation pipeline *
mongodb Query definition
Basic query selector
Javascript
$where
selectorSort of the query
Hints of the query
Limit constrain on number of documents returned
How much documents to ignore form the beginning of the query
Which fields of the document to include
Explain result
Whether to create snapshot
Eventual comment to use in the log
ReadPreference of the query