Dose couchbase C# client 3.x support bulk upsert

I have to insert 14 million data to couchbase db, so I was looking for bulk upsert similar to which we have in 2.7.20 library. Does 3.x library support bulk upsert?

@Lal_John that is correct 3.0 Doesn’t support Bulk API AFAIK. You will have to write a wrapper using async await to do the parallel processing.