Mongo.UnorderedBulk.new

You're seeing just the function new, go back to Mongo.UnorderedBulk module for more information.

Specs

new(String.t()) :: t()

Creates an empty unordered bulk for a collection.

Example:

Mongo.UnorderedBulk.new("bulk")
%Mongo.UnorderedBulk{coll: "bulk", deletes: [], inserts: [], updates: []}