mongodb-driver v0.6.2 Mongo.InsertManyResult View Source
The successful result struct of Mongo.insert_many/4
. Its fields are:
:inserted_ids
- The ids of the inserted documents indexed by their order
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Mongo.InsertManyResult{
acknowledged: term(),
inserted_ids: %{required(non_neg_integer()) => BSON.ObjectId.t()}
}
t() :: %Mongo.InsertManyResult{ acknowledged: term(), inserted_ids: %{required(non_neg_integer()) => BSON.ObjectId.t()} }