take property

int? take
final

How many documents to be taken.

Can be left null so that all the documents since the skip are returned.

If both skip and this property are null, all documents fitting the searchConditions (and limited by tenancy and permissions) are returned.

Implementation

final int? take;