limit
The maximum number of matching documents to return.
collections.count {
options {
limit(99)
}
}
Content copied to clipboard
The maximum number of matching documents to return.
collections.count {
options {
limit(99L)
}
}
Content copied to clipboard
Note that not all drivers support specifying a limit larger than an Int
.