withReadConcern

abstract fun withReadConcern(readConcern: ReadConcern): MongoCollection<TDocument>

Create a new MongoCollection instance with a different read concern.

Return

a new MongoCollection instance with the different ReadConcern

Since

3.2

Parameters

readConcern

the new ReadConcern for the collection