Class InsertManyResult
Atlas Device SDK 已弃用。 有关详细信息,请参阅弃用页面。
io.realm.mongodb.mongo.options
io.realm.mongodb.mongo.options.InsertManyResult
插入多个操作的结果。
构造函数
构造函数和描述 |
---|
构造结果。 |
方法摘要
修饰符和类型 | 方法和说明 |
---|---|
公共 Map | 返回插入文档的 _id,按操作中文档的索引及其相应的 id 排列。 |
继承方法
从类 java.lang.Object 继承的方法 :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
构造函数详细信息
构造结果。 参数
|
方法详细信息
getInsertedIds
public Map getInsertedIds () |
---|
返回插入文档的 _id,按操作中文档的索引及其相应的 id 排列。 返回: 插入文档的 _id,按操作中文档的索引及其相应的ID排列。 |