OPTIONS

Query and Write Operation CommandsΒΆ

Name Description
delete Deletes one or more documents.
eval Runs a JavaScript function on the database server.
findAndModify Returns and modifies a single document.
getLastError Returns the success status of the last operation.
getPrevError Returns status document containing all errors since the last resetError command.
insert Inserts one or more documents.
parallelCollectionScan Lets applications use multiple parallel cursors when reading documents from a collection.
resetError Resets the last error status.
text Performs a text search.
update Updates one or more documents.
←   geoWalk delete  →