Mongodb v0.4.0 Mongo.InsertManyResult

The successful result struct of Mongo.insert_many/4. Its fields are:

  • :inserted_ids - The ids of the inserted documents indexed by their order

Summary

Types

t()
t :: %Mongo.InsertManyResult{inserted_ids: %{optional(non_neg_integer) => BSON.ObjectId.t}}