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