update很多

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

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

返回

updateMany操作的结果。

参数

筛选器

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

update

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

更新插入

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

抛出异常

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

序列化例外

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