Static Propertymongokitten 7.9.5MongoCore
awaitData
To be used with TailableCursor. When at the end of the data, block for a while rather than returning no data.
OpQuery.swift:25static let awaitData: OpQueryFlags
Other members in extension
Type members
init(rawValue: UInt32
) static let noCursorTimeout: OpQueryFlags
Normally cursors get closed after 10 minutes of inactivity. This option prevents that
static let slaveOk: OpQueryFlags
This option allows querying a replica slave.
static let tailableCursor: OpQueryFlags
Tailable cursors are not closed when the last data is received.