Mongo.UnorderedBulk.new
You're seeing just the function
new
, go back to Mongo.UnorderedBulk module for more information.
Specs
Creates an empty unordered bulk for a collection.
Example:
Mongo.UnorderedBulk.new("bulk")
%Mongo.UnorderedBulk{coll: "bulk", deletes: [], inserts: [], updates: []}