Struct InsertManyOptions
struct InsertManyOptions
;
Fields
Name Type Description
bypassDocumentValidation
std . typecons . Nullable !(bool)
If true, allows the write to opt-out of document level validation.
comment
std . typecons . Nullable !(string)
Users can specify an arbitrary string to help trace the operation
through the database profiler, currentOp, and logs.
ordered
std . typecons . Nullable !(bool)
If true, when an insert fails, return without performing the remaining
writes. If false, when a write fails, continue with the remaining writes,
if any.
writeConcern
std . typecons . Nullable !(vibe.db.mongo.collection.WriteConcern)
A document that expresses the
write concern
of the insert command. Omit to use the default write concern.
Authors
Jan Jurzitza
Copyright
© 2022 Jan Jurzitza
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.