Array of objects which have been newly advertised or discovered (optional). The value is not defined if no additions occured.
Array of objects which have been readvertised or rediscovered with different object properties (optional). The value is not defined if no changes occured.
Array of objects which have been deadvertised (optional). The value is not defined if no removals occured.
Generated using TypeDoc
Represents changes in the objects kept for lifecycle management by the
ObjectLifecycleController
. Changes are provided by the propertiesadded
,removed
, orchanged
where exactly one is set and the others are not defined.