apoc.mongodb.insert
Procedure
apoc.mongodb.insert(host-or-key,db,collection,documents) - inserts the given documents into the mongodb collection
Signature
apoc.mongodb.insert(host :: STRING?, db :: STRING?, collection :: STRING?, documents :: LIST? OF MAP?) :: VOID
Input parameters
Name | Type | Default |
---|---|---|
host |
STRING? |
null |
db |
STRING? |
null |
collection |
STRING? |
null |
documents |
LIST? OF MAP? |
null |
Was this page helpful?