You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initiate an In order bulk write operation. Operations will be serially executed in the order they are added, creating a new operation for each switch in types.
1559
1561
*
1562
+
* @throws MongoNotConnectedError
1560
1563
* @remarks
1561
-
* **NOTE:** MongoClient must be connected prior to calling this API.
1564
+
* **NOTE:** MongoClient must be connected prior to calling this method due to a known limitation in this legacy implemenation.
1565
+
* However, `collection.bulkWrite()` provides an equivalent API that does not require prior connecting.
0 commit comments