The entity key.
The type of the entity value.
Removes a group of entities by a given prefix.
The prefix of the keys of the entities to be removed. We organize entities somewhat hirarchly.
Finds one element of an entity of type array.
The entity key.
The identifier value. An Id field is assumed for each element.
The value of the found element.
Reads the value of an entity by its key.
The entity key.
The type of the entity value.
The entity value.
Inserts the given data into the value of an entity of type array. Note that the inserted data should be disjoint with the current data stored in this entity. Otherwise, the behavior may be undefined.
The entity key.
The value to be inserted.
The max number of elements allows for this entity value.
Inserts or udpates an element of an entity of type array.
The entity key.
The new value of the entity.
Removes an element of an entity of type array.
The entity key.
The identifier value for the element to be removed.
Updates the value of an entity by its key.
The entity key.
The new value to be replaced with.
The type of the entity value.
Generated using TypeDoc
Cleans the value of an entity by its key.
cleanEntity