Docs 菜单
Docs 主页
/ /
Atlas Device SDKs
/ / /

Class InsertManyResult

在此页面上

  • io.realm.mongodb.mongo.options
  • 构造函数
  • 方法摘要
  • 继承方法
  • 构造函数详细信息
  • 方法详细信息
  • getInsertedIds
java.lang.Object
io.realm.mongodb.mongo.options.InsertManyResult

插入多个操作的结果。

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

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

  • 从类 java.lang.Object 继承的方法 :getClass ,hashCode ,equals ,clone ,toString ,notify ,notifyAll ,wait ,wait ,wait ,finalize

构造结果。

参数

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

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

返回:

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

后退

FindOptions