Docs Menu

Docs HomeDevelop ApplicationsAtlas Device SDKs

Class InsertManyResult

On this page

  • io.realm.mongodb.mongo.options
  • Constructors
  • Method Summary
  • Inherited Methods
  • Constructor Detail
  • Method Detail
  • getInsertedIds
io.realm.mongodb.mongo.options.InsertManyResult

The result of an insert many operation.

Constructor and Description

Constructs a result.

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.

← Class FindOptions