monko-core
/
dev.petuska.monko.core
/
MonkoCollection
common
Monko
Collection
interface
MonkoCollection
<
T
> :
Proxy
<
MongoCollection
<
T
>> ,
NativeCloseable
Content copied to clipboard
Functions
Properties
Functions
close
Link copied to clipboard
common
abstract fun
close
()
Content copied to clipboard
countDocuments
Link copied to clipboard
common
abstract suspend fun
countDocuments
(query:
Bson
= EmptyBson):
Long
Content copied to clipboard
Properties
database
Link copied to clipboard
common
abstract val
database
:
MonkoDatabase
Content copied to clipboard
name
Link copied to clipboard
common
abstract val
name
:
String
Content copied to clipboard
source
Link copied to clipboard
common
abstract val
source
:
MongoCollection
<
T
>
Content copied to clipboard