elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.compile
/
PreparedBulk
Prepared
Bulk
class
PreparedBulk
(
val
indexName
:
String
,
val
actions
:
List
<
Action
<
*
>
>
,
val
refresh
:
Refresh
?
=
null
,
val
timeout
:
String
?
=
null
,
val
params
:
Params
=
Params()
)
Constructors
Properties
Constructors
Prepared
Bulk
Link copied to clipboard
fun
PreparedBulk
(
indexName
:
String
,
actions
:
List
<
Action
<
*
>
>
,
refresh
:
Refresh
?
=
null
,
timeout
:
String
?
=
null
,
params
:
Params
=
Params()
)
Properties
actions
Link copied to clipboard
val
actions
:
List
<
Action
<
*
>
>
index
Name
Link copied to clipboard
val
indexName
:
String
params
Link copied to clipboard
val
params
:
Params
refresh
Link copied to clipboard
val
refresh
:
Refresh
?
=
null
timeout
Link copied to clipboard
val
timeout
:
String
?
=
null