Mongo.OrderedBulk.new

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

Specs

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

Creates an empty ordered bulk for a collection.

Example:

Mongo.orderedBulk.new("bulk")
%Mongo.OrderedBulk{coll: "bulk", ops: []}