limit property

int? limit
getter/setter pair

Non-negative integer Optional. The maximum number of documents to return. If unspecified, then defaults to no limit. A limit of 0 is equivalent to setting no limit.

Implementation

int? limit;