View Source MongoAgile.BuilderQueries.InsertManyBuilder (mongo_agile v0.8.1-rc)
Macro InsertMany
base
Base
documents
- List of Documents to insert
options
Options
Source: https://hexdocs.pm/mongodb/Mongo.html
:continue_on_error
- even if insert fails for one of the documents continue inserting the remaining ones (default:false
):ordered
- A boolean specifying whether the mongod instance should perform an ordered or unordered insert. (default:true
)