with Read Concern
abstract fun withReadConcern(readConcern: ReadConcern): MongoCollection<TDocument>
Content copied to clipboard
Create a new MongoCollection instance with a different read concern.
Return
a new MongoCollection instance with the different ReadConcern
Since
3.2
Parameters
read Concern
the new ReadConcern for the collection