Method GetObservations
GetObservations(Int32)
Gets the collection of Dynamic
Declaration
public IReadOnlyList<DynamicEntityObservation> GetObservations(int maximumObservations = -1)
Parameters
Type | Name | Description |
---|---|---|
System. |
maximumObservations | The maximum number of observations to return, including the latest. The default value is -1, which returns all available observations. |
Returns
Type | Description |
---|---|
System. |
A read-only list of Dynamic |
Remarks
Use this method to get a collection of Dynamic
The returned observations are sorted from the most recent to the oldest.
This method may return an empty collection if the dynamic entity has been purged from the local data cache.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |