MongoX v0.1.3 Mongo.InsertOneResult
The successful result struct of Mongo.insert_one/4
. Its fields are:
:inserted_id
- The id of the inserted document
Summary
Types
t :: %Mongo.InsertOneResult{inserted_id: nil | BSON.ObjectId.t}
The successful result struct of Mongo.insert_one/4
. Its fields are:
:inserted_id
- The id of the inserted document
t :: %Mongo.InsertOneResult{inserted_id: nil | BSON.ObjectId.t}