Contents

limit

The maximum number of documents the receiver will return upon completion.

Declaration

var limit: Int { get }

Discussion

This property contains the value passed to the init(documentType:predicate:limit:sortDescriptors:includeDocumentData:resultsHandler:) method’s limit parameter.

See Also

Accessing the Document Query’s Properties