Created
March 20, 2015 14:35
-
-
Save danared/46f3bfbf824ec0e585b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
result: { ok: 1, n: 1 }, | |
connection: … Connection executed against …, | |
ops: [... Array of documents inserted ...] | |
} | |
``` | |
#### Update 2.0 return value | |
``` | |
{ | |
result: { ok: 1, nModified: 0, n: 1, upserted: [.. Upsert Id’s returned .. ] }, | |
connection: … Connection executed against …, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment