BulkWriteOptions.ordered

If true, when a write fails, return without performing the remaining writes. If false, when a write fails, continue with the remaining writes, if any.

Defaults to true.

struct BulkWriteOptions
Nullable!bool ordered;

Meta