Mongo.InsertManyResult
The successful result struct of Mongo.insert_many/4. Its fields are:
:inserted_ids- The ids of the inserted documents
Types
t :: %Mongo.InsertManyResult{inserted_ids: [BSON.ObjectId.t]}
The successful result struct of Mongo.insert_many/4. Its fields are:
:inserted_ids - The ids of the inserted documents
t :: %Mongo.InsertManyResult{inserted_ids: [BSON.ObjectId.t]}