elasticmagic-kt
0.0.30
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
>
Constructors
Properties
Constructors
With
Doc
Link copied to clipboard
fun
<
S
:
BaseDocSource
>
WithDoc
(
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
?