EventData
ODP Node SDK / ODP / EventData
Interface: EventData
Defined in: src/Api/Types/EventPayload.ts:9
Datatype representing the data payload of an event
Extends
Partial
<DataSource
>
Indexable
[field
: string
]: undefined
| EventFieldValue
Properties
data_source?
optional
data_source:string
Defined in: src/Api/Types/EventPayload.ts:60
The actual source, e.g., name of your app, path of an API
Inherited from
Partial.data_source
data_source_details?
optional
data_source_details:string
Defined in: src/Api/Types/EventPayload.ts:65
Details about the source of the event, for example, "Import Job:customer_load20200101"
This field can be used to help identify exactly where data and changes to data originated.
Inherited from
Partial.data_source_details
data_source_type?
optional
data_source_type:string
Defined in: src/Api/Types/EventPayload.ts:56
The type of source, e.g., app, csv, api
Inherited from
Partial.data_source_type
data_source_version?
optional
data_source_version:string
Defined in: src/Api/Types/EventPayload.ts:70
Version information that might be useful for debugging. This version should correlate to the data_source
or primary processor of the data.
Inherited from
Partial.data_source_version
Updated 4 days ago