MongoDB request DSL • opensavvy.ktmongo.dsl.options • WriteAcknowledgment • Tagged
Tagged¶
data class Tagged(val tag: String) : WriteAcknowledgment
Requests acknowledgment from members tagged with tag
.
External resources¶
See also¶
WithWriteConcern.writeConcern
Specify this option.
Constructors¶
Tagged
¶
constructor(tag: String)