Skip to main content

Entity

Entities can retain information (references to data or files) input and output from endpoints by adding them. Since they can retain referenced data from input and output, subsequent processing can be freely combined with functions, pipelines, triggers, and more.

Types of Entities

There are a total of four types of entities.

NameDescription
Data- Any data - Maximum data size is 16MB
Data (Layered)Any data that has been layered
File- Can store files - Files are saved in local storage. Although there are no specifications limiting the storage capacity, it depends on the cluster's storage capacity. - Metadata is stored in the Entity itself, allowing for awareness of changes. - The current save destination for FileEntityFile cannot be changed and is stored locally in the Pod.
File (Layered)Files that have been layered

Subscribe

  • Entities can be subscribed to as Observable objects.
  • Refer to the specifications in the API.

Options

Expires

  • After the time set in Expires elapses, the old data of the Entity will be deleted. The latest data can still be retrieved after the time elapses.
  • To set this from the Entity UI (in milliseconds).

Interval

  • When subscribed, data updates are reflected at the time interval set in Interval.
  • To set this from the Entity UI (in milliseconds).