MongoCollection

interface MongoCollection<T>
external interface MongoCollection<T>
interface MongoCollection<T> : NativeProxy<<ERROR CLASS>>
typealias MongoCollection = MongoCollection<T>

Functions

countDocuments
Link copied to clipboard
js
abstract fun countDocuments(query: Json, options: CountDocumentsOptions = definedExternally): Promise<Int>

Properties

c
Link copied to clipboard
native
abstract val c: <ERROR CLASS><C>