limit abstract method

Future<R> limit(
  1. int limit
)

Get up to the maximum number of documents specified by the limit

Returns 0 to limit

Implementation

Future<R> limit(int limit);