toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic
/
dev.evo.elasticmagic.bulk
/
UpdateSource
/
WithScript
With
Script
class
WithScript
<
S
:
BaseDocSource
>
(
val
script
:
Script
,
val
scriptedUpsert
:
Boolean
?
=
null
,
upsert
:
S
?
=
null
,
detectNoop
:
Boolean
?
=
null
)
:
UpdateSource
<
S
>
Members
Constructors
With
Script
Link copied to clipboard
constructor
(
script
:
Script
,
scriptedUpsert
:
Boolean
?
=
null
,
upsert
:
S
?
=
null
,
detectNoop
:
Boolean
?
=
null
)
Properties
detect
Noop
Link copied to clipboard
val
detectNoop
:
Boolean
?
script
Link copied to clipboard
val
script
:
Script
scripted
Upsert
Link copied to clipboard
val
scriptedUpsert
:
Boolean
?
=
null
upsert
Link copied to clipboard
val
upsert
:
S
?