WithScript

class WithScript<S : BaseDocSource>(script: Script, scriptedUpsert: Boolean?, upsert: S?, detectNoop: Boolean?) : UpdateSource<S>

Properties

detectNoop
Link copied to clipboard
val detectNoop: Boolean?
script
Link copied to clipboard
val script: Script
scriptedUpsert
Link copied to clipboard
val scriptedUpsert: Boolean? = null
upsert
Link copied to clipboard
val upsert: S?