Interface FileKosmosItem

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

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

Hierarchy

Properties

created: string

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

fileCategory: string
fileMime: FileCategory
filename: string
id: string

The stored item ID (UUID).

label: string

Gremlin vertex/edge label.

s3_file_key: string
s3_file_uploaded: string
tenant_id: string

The tenant UUID.

updated: string

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

Generated using TypeDoc