elasticmagic
/
dev.evo.elasticmagic
/
BulkItem
/
Ok
Ok
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
Properties
id
Link copied to clipboard
open override val
id
:
String
Content copied to clipboard
index
Link copied to clipboard
open override val
index
:
String
Content copied to clipboard
opType
Link copied to clipboard
open override val
opType
:
BulkOpType
Content copied to clipboard
primaryTerm
Link copied to clipboard
open override val
primaryTerm
:
Long
Content copied to clipboard
result
Link copied to clipboard
val
result
:
String
Content copied to clipboard
routing
Link copied to clipboard
open override val
routing
:
String
?
Content copied to clipboard
seqNo
Link copied to clipboard
open override val
seqNo
:
Long
Content copied to clipboard
status
Link copied to clipboard
open override val
status
:
Int
Content copied to clipboard
type
Link copied to clipboard
open override val
type
:
String
Content copied to clipboard
version
Link copied to clipboard
open override val
version
:
Long
Content copied to clipboard