MongoAgile.BuilderQueries.InsertManyBuilder (mongo_agile v0.7.0) View Source
Macro InsertMany
Base
documents
- List of Documents to insert
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
)