with Write Concern
abstract fun withWriteConcern(writeConcern: WriteConcern): MongoCollection<TDocument>
Content copied to clipboard
Create a new MongoCollection instance with a different write concern.
Return
a new MongoCollection instance with the different writeConcern
Parameters
write Concern
the new com.mongodb.WriteConcern for the collection