Edge

interface SlimEdgeDefinition {
    createdTime: number;
    externalId: string;
    instanceType: "edge";
    lastUpdatedTime: number;
    space: string;
    version: number;
    wasModified: boolean;
}

Properties

createdTime: number

The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.

externalId: string

Unique alphanumeric identifier for the edge

instanceType: "edge"
lastUpdatedTime: number

The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.

space: string

Id of the space that the edge belongs to

version: number

Current version of the edge

wasModified: boolean

Whether or not the edge was modified by this ingestion. We only update the edges if the input differs from the existing state.