InsertManyOptions.ordered

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.

Defaults to true.

struct InsertManyOptions
Nullable!bool ordered;

Meta