Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs 菜单
Docs 主页
/ /
Atlas Device SDKs
/ / /

Class InsertManyResult

java.lang.Object
io.realm.mongodb.mongo.options.InsertManyResult

插入多个操作的结果。

构造函数和描述
修饰符和类型
方法和说明

公共 Map

返回插入文档的 _id,按操作中文档的索引及其相应的 id 排列。

  • 从类 java.lang.Object 继承的方法:getClasshashCodeequalsclonetoStringnotifynotifyAllwaitwaitwait ,finalize

构造结果。

参数

  • insertedIds - 插入文档的 _id,按操作中文档的索引及其相应的ID排列。

返回插入文档的 _id,按操作中文档的索引及其相应的 id 排列。

返回:

插入文档的 _id,按操作中文档的索引及其相应的ID排列。

后退

FindOptions

在此页面上