updateone

内联挂起 乐趣 MongoCollection<*>.updateOne(filter BsonDocument update BsonDocument upsert Boolean = false): UpdateOneResult

在远程集合中更新或插入单个对象。

返回

updateOne操作的结果。

参数

筛选器

用于选择要更新的文档的筛选器。

update

BsonDocument,指定应应用于文档的更新。

更新插入

布尔值,表示在筛选器与集合中的任何现有文档都不匹配时是否应插入新文档。

抛出异常

如果底层 App Service HTTP 请求失败。

序列化例外

如果无法将 App Service 响应反序列化为 UpdateOneResult