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