Hello,
I'm on C# and running InsertBatch with SafeMode=True.
InsertBatch returns an IEnumerable<SafeModeResult>. When I insert over 25000 documents the IEnumerable only contains 4 elements. All 4 elements has DocumentsAffected = 0.
As I insert over 25000 documents I expected to get over 25000 SafeModeResults in return.
How can I confirm that all documents is correctly inserted in the DB?
Is there another way to confirm this? maybe a try/catch to fetch errors?
/Daniel
--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to
mongodb-user...@googlegroups.com
See also the IRC channel -- freenode.net#mongodb