WithDoc

class WithDoc<S : BaseDocSource>(doc: S, docAsUpsert: Boolean?, upsert: S?, detectNoop: Boolean?) : UpdateSource<S>

Properties

detectNoop
Link copied to clipboard
val detectNoop: Boolean?
doc
Link copied to clipboard
val doc: S
docAsUpsert
Link copied to clipboard
val docAsUpsert: Boolean? = null
upsert
Link copied to clipboard
val upsert: S?