DocumentRange.limit

Limits the number of documents that the cursor returns.

This method must be called before beginnig iteration in order to have effect. If multiple calls to limit() are made, the one with the lowest limit will be chosen.

struct DocumentRange(Schema)
limit
(
size_t count
)

Parameters

count size_t

The maximum number number of documents to return. A value of zero means unlimited.

Return Value

Type: auto

the same cursor

See Also

Meta