Package com.mongodb
Class BulkWriteUpsert
java.lang.Object
com.mongodb.BulkWriteUpsert
Represents an upsert request in a bulk write operation that resulted in an insert. It contains the index of the upsert request in the
operation and the value of the _id field of the inserted document.
- Since:
- 2.12
- See Also:
- MongoDB documentation
- Bulk Upsert
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BulkWriteUpsert
Constructs an instance.- Parameters:
index
- the index of the item that was upsertedid
- the value of the _id of the upserted item
-
-
Method Details
-
getIndex
public int getIndex()Gets the index of the upserted item based on the order it was added to the bulk write operation.- Returns:
- the index
-
getId
Gets the id of the upserted item.- Returns:
- the id
-
equals
-
hashCode
public int hashCode() -
toString
-