Mongo.UnorderedBulk.write
You're seeing just the function
write
, go back to Mongo.UnorderedBulk module for more information.
Specs
write( Enumerable.t(), GenServer.server(), String.t(), non_neg_integer(), Keyword.t() ) :: Enumerable.t()
Returns a stream chunk function that can be used with streams. The limit
specifies the number
of operation hold in the memory while processing the stream inputs.
The inputs of the stream should be Mongo.BulkOps.bulk_op
. See Mongo.BulkOps