JavaScriptWithScope¶
Deprecated¶
This functionality is deprecated in the BSON specification. See https://bsonspec.org/spec.html
A string of JavaScript code, accompanied by a document containing variables.
See also¶
-
BsonValue.decodeJavaScript: Read the JavaScript code. -
BsonValue.decodeJavaScriptScope: Read the accompanying variables document. -
BsonFieldWriter.writeJavaScriptWithScope: Write this type.