The Memri Schema
Edge is the Item that stores the specifics of an edge, used by front ends.
Properties/Edges | Type | Description |
---|---|---|
from: Type | ||
from: Item | ||
dateAccessed | Last access date of the Item. | |
dateCreated | Creation date of the Item. | |
dateModified | Last modification date of the Item. | |
deleted | Whether the Item is deleted. | |
externalId | The identifier of an external source. | |
genericType | A generic type that can be given to any Item to further specify what it is. | |
itemDescription | A description of the item. | |
starred | Whether the Item is starred. | |
version | The last version loaded from the server. | |
uid | The unique identifier of the Item set by the pod. | |
importJson | Data that cannot directly be imported in the appropriate Items (yet), in JSON format | |
from: Edge | ||
type | Used to describe edge types in front end, will be deprecated in the near future. | |
targetItemType | The type of the target Item, or Item to where an edge points. Opposite of sourceItemType. | |
targetItemID | The uid of the target Item, or Item to where an Edge points. Opposite of sourceItemID | |
sourceItemType | The type of the source Item, or Item from where an edge points. Opposite of targetItemType. | |
sourceItemID | The uid of the source Item, or Item from where an Edge points. Opposite of targetItemID | |
sequence | Used to define position in a sequence, enables ordering based on this number. | |
deleted | Whether the Item is deleted. | |
version | The last version loaded from the server. | |
edgeLabel | A label of an edge. |