Interface EntityObject

Kosmos object (either vertex or edge) stored in Gremlin database.

Contains tenant_id, created and updated timestamps which are always set by Kosmos.

Hierarchy

Indexable

[key: string]: string | number | boolean

Properties

created: string

Item creation time; may be parsed with new Date().

id: string

The stored item ID (UUID).

label: string

Gremlin vertex/edge label.

tenant_id: string

The tenant UUID.

updated: string

Item update time; may be parsed with new Date().

Generated using TypeDoc