Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 702 Bytes

entity-operation.md

File metadata and controls

29 lines (17 loc) · 702 Bytes

API docs FluxPlus.EntityOperation

Back to index

FluxPlus.EntityOperation is an enum that indicates what operation to perform on an entity.

Values

REPLACE

This indicates stores should discard all entities they previously had and should keep the new entities only.

MERGE

This indicates that all entities should be added to the currently stored entities. If an entity already exists, it should be replaced with the new value.

DELETE

This indicates all the entities provided should be removed from the stores.