readConcern

open fun readConcern(concern: ReadConcern)(source)

Specifies the ReadConcern for this operation.

collections.find(
options = {
readConcern(ReadConcern.Local)
}
) {
User::name eq "David"
}