elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic
/
BulkItem
Bulk
Item
sealed
class
BulkItem
Types
Properties
Inheritors
Types
Error
Link copied to clipboard
data
class
Error
(
val
opType
:
BulkOpType
,
val
index
:
String
,
val
type
:
String
,
val
id
:
String
,
val
routing
:
String
?
,
val
status
:
Int
,
val
error
:
BulkError
)
:
BulkItem
Ok
Link copied to clipboard
data
class
Ok
(
val
opType
:
BulkOpType
,
val
index
:
String
,
val
type
:
String
,
val
id
:
String
,
val
routing
:
String
?
,
val
status
:
Int
,
val
version
:
Long
,
val
seqNo
:
Long
,
val
primaryTerm
:
Long
,
val
result
:
String
)
:
BulkItem
,
IdActionMeta
Properties
id
Link copied to clipboard
abstract
val
id
:
String
index
Link copied to clipboard
abstract
val
index
:
String
op
Type
Link copied to clipboard
abstract
val
opType
:
BulkOpType
routing
Link copied to clipboard
abstract
val
routing
:
String
?
status
Link copied to clipboard
abstract
val
status
:
Int
type
Link copied to clipboard
abstract
val
type
:
String
Inheritors
Ok
Link copied to clipboard
Error
Link copied to clipboard