Cursors
-
A MongoDB cursor.
See moreDeclaration
Swift
public class MongoCursor<T> : CursorProtocol where T : Decodable, T : Encodable
extension MongoCursor: AsyncSequence, AsyncIteratorProtocol
-
The possible types of
See moreMongoCursor
orMongoCursor
an operation can return.Declaration
Swift
public enum MongoCursorType