kbods-mongo
0.9.2
kbods-mongo
/
org.kbods.mongodb
Package-level
declarations
Functions
Functions
import
Link copied to clipboard
fun
BodsDownload
.
import
(
collection
:
MongoCollection
<
Document
>
,
batchSize
:
Int
)
import
Bods
Statements
Link copied to clipboard
fun
MongoCollection
<
Document
>
.
importBodsStatements
(
file
:
File
,
batchSize
:
Int
)
fun
MongoCollection
<
Document
>
.
importBodsStatements
(
inputStream
:
InputStream
,
batchSize
:
Int
)
write
Bods
Statements
Link copied to clipboard
fun
MongoCollection
<
Document
>
.
writeBodsStatements
(
batch
:
List
<
BodsStatement
>
)