dynamicEntityPurged

Indicates whether the DynamicEntity itself has been purged. This flag is set when the last observation associated with this dynamic entity has been purged from the local data cache. In this case, the dynamic entity is also purged and will not be associated with any new observations received from the data source.

Purge of a dynamic entity can be caused by exceeding the limits defined by DynamicEntityDataSource.purgeOptions or by an explicit call to DynamicEntityDataSource.purgeAll().

The default is false.

Since

200.1.0