15.09.2017 Views

the-magical-marvels-of-mongodb-slides

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Cursor Methods<br />

Since <strong>the</strong> cursor is actually an object, we can chain methods on it.<br />

Returns cursor object<br />

Method on cursor that returns <strong>the</strong> count<br />

<strong>of</strong> matching documents<br />

> db.potions.find() .count()<br />

80<br />

SHELL<br />

Cursor methods always come after find() since it returns <strong>the</strong> cursor object.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!