Tagged¶
data class Tagged(val tag: String) : WriteAcknowledgment
Requests acknowledgment from members tagged with tag.
External resources¶
See also¶
HasWriteConcern.writeConcern: Specify this option.
Constructors¶
Tagged¶
constructor(tag: String)