Connection
A discovered connection between two entities, with timestamps.
Only source and target are materialized (not the full intermediate path).
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
struct— A discovered connection between two entities, with timestamps.
variant 1:struct— An event index
variant 2:struct— An object index
source_time:Option<String>— Timestamp of the source (only present if the source is an event).
variant 1:struct— An event index
variant 2:struct— 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
}
}