Property DynamicEntityPurged
DynamicEntityPurged
Gets a value indicating whether the DynamicEntity itself has been purged.
Declaration
public bool DynamicEntityPurged { get; }
Property Value
Type | Description |
---|---|
System.Boolean | Indicates whether the DynamicEntity itself has been purged. |
Remarks
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 PurgeOptions or by an explicit call to PurgeAllAsync().
The default is false
.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |