io.realm.mongodb.mongo.options
The result of an insert many operation.
Constructors
| Constructor and Description | 
|---|
| Constructs a result. | 
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| public Map | Returns the _ids of the inserted documents arranged by the index of the document from the operation and its corresponding id. | 
Inherited Methods
- Methods inherited from class java.lang.Object : - getClass,- hashCode,- equals,- clone,- toString,- notify,- notifyAll,- wait,- wait,- wait,- finalize
Constructor Detail
| Constructs a result. Parameters 
 | 
Method Detail
getInsertedIds
| public Map  getInsertedIds () | 
|---|
| Returns the _ids of the inserted documents arranged by the index of the document from the operation and its corresponding id. Returns the _ids of the inserted documents arranged by the index of the document from the operation and its corresponding id. |