Accessing Data
The Function Development Kit (FDK) provides high-level access to the project graph.
Selecting entities
Data access usually starts by selecting an entity.
Selecting an entity by id
Selecting an entity by id
Reading & writing attributes
Attributes are a common way to represent information within the project graph.
So reading and writing them is essential to analyze and modify the project data.
So reading and writing them is essential to analyze and modify the project data.
Reading an attribute
Writing an attribute
Creating new entities
New entities are usually immediately linked to an existing source entity when created.
Creating a new entity
Removing entities
Removing entities is quite easy.
Removing an entity