Skip to main content

Connection

A discovered connection between two entities, with timestamps.

Only source and target are materialized (not the full intermediate path).
Used as Input

0

functions accept this type

Used as Output

0

functions return this type(+1 nested)

Type Definition

12 nested items
structA discovered connection between two entities, with timestamps.
source*:EventOrObjectIndexEither an event or an object index
source_time:Option<String>Timestamp of the source (only present if the source is an event).
target*:EventOrObjectIndexEither an event or an object index
target_time:Option<String>Timestamp of the target (only present if the target is an event).

Example JSON Value

{
  "source": {
    "Event": 1
  },
  "target": {
    "Event": 1
  }
}