Skip to content

MongoDB request DSLopensavvy.ktmongo.dsl.optionsReadConcernAvailable

Available

The query returns data from the instance with no guarantee that the data has been written to a majority of the replica set—it may be rolled back.

In a sharded cluster, this provides the lowest possible latency, but risks returning orphaned documents. To avoid orphaned documents, use Local instead.

External resources

Properties

bsonName

name

val name: String

ordinal

val ordinal: Int