MongoLink`
MongoLink`
MongoCollectionUpdateOne
MongoCollectionUpdateOne[MongoCollection[…],filter,update]
updates one document that matches the filter filter with the modification defined by update.
更多信息和选项
- To use MongoCollectionUpdateOne, you first need to load MongoLink using Needs["MongoLink`"].
- filter is an Association. The the same query syntax is used as in MongoCollectionFind. The list of available query selectors can be found in the MongoDB documentation.
- update is an Association. Each key must be an update operator. The list of available update operators can be found in the MongoDB documentation.
- The following options are supported:
-
"Upsert" False whether to perform an insert if no document matches the filter. "WriteConcern" Automatic the write concern to use. - "WriteConcern" can either be Automatic, or a MongoWriteConcern object.
- More information about the behaviour of "Upsert" can be found in the MongoDB documentation.
- MongoCollectionUpdateOne corresponds to db.collection.updateOne() in the MongoDB documentation.
范例
Wolfram Research (2018),MongoCollectionUpdateOne,Wolfram 语言函数,https://reference.wolfram.com/language/MongoLink/ref/MongoCollectionUpdateOne.html.
文本
Wolfram Research (2018),MongoCollectionUpdateOne,Wolfram 语言函数,https://reference.wolfram.com/language/MongoLink/ref/MongoCollectionUpdateOne.html.
CMS
Wolfram 语言. 2018. "MongoCollectionUpdateOne." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/MongoLink/ref/MongoCollectionUpdateOne.html.
APA
Wolfram 语言. (2018). MongoCollectionUpdateOne. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/MongoLink/ref/MongoCollectionUpdateOne.html 年