Skip to content

Commit be3db7e

Browse files
authored
(DOCSP-12296) Add collection methods validate and mapReduce (#46)
* (DOCSP-12296) Add collection methods validate and mapReduce
1 parent 5aa286c commit be3db7e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

source/reference/methods.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Bulk Operation Methods
135135
:method:`Bulk.execute()`.
136136

137137
* - :method:`Bulk.insert()`
138-
138+
139139
- Adds an insert operation to a bulk operations list.
140140

141141
* - :method:`Bulk.tojson()`
@@ -285,6 +285,10 @@ Collection Methods
285285

286286
- Reports if a collection is a :term:`capped collection`.
287287

288+
* - :method:`db.collection.mapReduce()`
289+
290+
- Runs :term:`map-reduce` aggregation operations on a collection.
291+
288292
* - :method:`db.collection.reIndex()`
289293

290294
- Rebuilds all existing indexes on a collection.
@@ -340,6 +344,10 @@ Collection Methods
340344

341345
- Modifies multiple documents in a collection.
342346

347+
* - :method:`db.collection.validate()`
348+
349+
- Validates a collection.
350+
343351
Connection Methods
344352
------------------
345353

0 commit comments

Comments
 (0)