You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[options.useBigInt64]| <code>Object</code> | <code>false</code> | when deserializing a Long will return a BigInt. |
241
242
|[options.promoteLongs]| <code>Object</code> | <code>true</code> | when deserializing a Long will fit it into a Number if it's smaller than 53 bits |
242
243
|[options.promoteBuffers]| <code>Object</code> | <code>false</code> | when deserializing a Binary will return it as a node.js Buffer instance. |
243
244
|[options.promoteValues]| <code>Object</code> | <code>false</code> | when deserializing will promote BSON values to their Node.js closest equivalent types. |
244
245
|[options.fieldsAsRaw]| <code>Object</code> | <code></code> | allow to specify if there what fields we wish to return as unserialized raw buffer. |
0 commit comments