MongoDB request DSL • opensavvy.ktmongo.dsl.options • WriteConcern • Companion
Companion¶
object Companion
Properties¶
FireAndForget
¶
Requests are not acknowledged.
Majority
¶
val Majority: WriteConcern
Requests acknowledgement from the majority of data-bearing members, as well as requesting that the write is written to the journal.
Primary
¶
val Primary: WriteConcern
Requests acknowledgement from the primary node only.