FindOptions.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 FindOptions
Nullable!bool ordered;

Meta