Initializermongokitten 7.9.5MongoKittenCore
init(from:)
init(from decoder: any Decoder) throws
Other members in extension
Type members
Instance members
var collation: Collation?
var limit: Int?
Optional. The maximum number of matching documents to return.
var query: Document?
Optional. A query that selects which documents to count in the collection or view.
var readConcern: ReadConcern?
var skip: Int?
Optional. The number of matching documents to skip before returning results.