RESTHeart MongoDB bulkWrite
I am exploring the capabilities RESTHeart offers for interacting with MongoDB.
Is there a way to perform a bulkWrite
operation? I’m referring to the MongoDB bulkWrite
method, which allows a single batch operation to include a mix of different types of operations (like insertOne
, updateOne
, updateMany
, replaceOne
, deleteOne
, and deleteMany
) as shown in the example below:
RESTHeart MongoDB bulkWrite
I am exploring the capabilities RESTHeart offers for interacting with MongoDB.
Is there a way to perform a bulkWrite
operation? I’m referring to the MongoDB bulkWrite
method, which allows a single batch operation to include a mix of different types of operations (like insertOne
, updateOne
, updateMany
, replaceOne
, deleteOne
, and deleteMany
) as shown in the example below: