Docs Menu

Class InsertManyResult

io.realm.mongodb.mongo.options.InsertManyResult

The result of an insert many operation.

Constructor and Description
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.

  • Methods inherited from class java.lang.Object : getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

Constructs a result.

Parameters

  • insertedIds - 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.

Returns

the _ids of the inserted documents arranged by the index of the document from the operation and its corresponding id.