dataos-sdk-kt
jvm
stack-service
/
io.dataos.ss.client.models
/
LineageEvent
Lineage
Event
data
class
LineageEvent
(
val
contextId
:
String
,
val
executionId
:
String
,
val
properties
:
Map
<
String
,
String
>
,
val
data
:
Map
<
String
,
Any
>
)
Parameters
context
Id
execution
Id
secondary
Context
Id
properties
data
Members
Constructors
Lineage
Event
Link copied to clipboard
constructor
(
contextId
:
String
,
executionId
:
String
,
properties
:
Map
<
String
,
String
>
,
data
:
Map
<
String
,
Any
>
)
Properties
context
Id
Link copied to clipboard
val
contextId
:
String
data
Link copied to clipboard
val
data
:
Map
<
String
,
Any
>
execution
Id
Link copied to clipboard
val
executionId
:
String
properties
Link copied to clipboard
val
properties
:
Map
<
String
,
String
>