The connection object used for the operation.
The total amount of documents inserted.
The driver generated ObjectId for the insert operation.
All the documents inserted using insertOne/insertMany/replaceOne. Documents contain the _id field if forceServerObjectId == false for insertOne/insertMany.
The raw command result object returned from MongoDB (content might vary by server version).
Generated using TypeDoc
InsertOneWriteOpResult.
http://mongodb.github.io/node-mongodb-native/2.1/api/Collection.html#~insertOneWriteOpResult