ExternalSource

data class ExternalSource(val key: String, val derivationGroup: String, val attributes: Map<String, SerializedValue>)

An external source instance. Used either to represent the source associated with a given event. Not used for querying. The included fields are the primary key used to identify External Sources, and the source's attributes.

Constructors

Link copied to clipboard
constructor(key: String, derivationGroup: String, attributes: Map<String, SerializedValue>)

Properties

Link copied to clipboard
val attributes: Map<String, SerializedValue>

The attributes of the event.

Link copied to clipboard

The derivation group that this source is a member of.

Link copied to clipboard

The string name of this source.