Class ArcGISStreamServiceFilter
Limits which dynamic entities are returned from an ArcGIS stream service.
Inheritance
Namespace: Esri.ArcGISRuntime.RealTime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcGISStreamServiceFilter
Remarks
Set Filter to an object of this type to apply a server-side filter on observations streamed from an ArcGIS stream service. Spatial or attribute filters (or both) are supported.
Using this server-side filter is useful for limiting how much data is streamed from an
Arc
Constructors
Name | Description |
---|---|
Arc |
Initializes a new instance of the Arc |
Properties
Name | Description |
---|---|
Geometry | Gets or sets the geometry that is used to filter results. |
Out |
Gets a collection of field names that identify the observation values the server should return. |
Out |
Gets or sets the spatial reference to use when returning dynamic entities. |
Where |
Gets or sets a SQL expression used to filter dynamic entities. |
Applies to
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 |