robbiblubber.org

help | login | search:  
<<

Home Page
Index

Projects

Utility Suite
Data Suite
Bad Wolf Suite
WeakWiki

User Docs

ConfigNotepad
LED
rqoon
Nuub

Code Docs

.NET
Java
PHP

robbiblubber.org

Specs
Articles

Sources















read  source  history 


validate()


MongoDB Driver Function Reference


Checks a collection’s data and indexes for correctness and returns the results.
More information can be found in the corresponding entry of the MongoDB Manual.



<collection>.validate([<full>])



Arguments


<collection> The target collection.
<full> Determines if a full validation is requested.



Return Value


Returns a result set (cursor).



Example


db.employees.validate();


Validates the employees collection.






home | MongoDB Driver Function Reference | MongoDB Driver