withReadConcern

abstract fun withReadConcern(readConcern: ReadConcern): MongoDatabase

Create a new MongoDatabase instance with a different read concern.

Return

a new MongoDatabase instance with the different ReadConcern

Since

3.2

Parameters

readConcern

the new ReadConcern for the database