limit property

int limit
getter/setter pairinherited

The number of matching documents to delete. Specify either a 0 to delete all matching documents or 1 to delete a single document.

NOTE

At present (4.4) only 0 and 1 can be specified.

Implementation

int limit = 1;