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 ArcGISStreamService and handled in the client application which can help with performance and memory usage in the application.
Constructors
Name | Description |
---|---|
ArcGISStreamServiceFilter() | Initializes a new instance of the ArcGISStreamServiceFilter class. |
Properties
Name | Description |
---|---|
Geometry | Gets or sets the geometry that is used to filter results. |
OutFields | Gets a collection of field names that identify the observation values the server should return. |
OutSpatialReference | Gets or sets the spatial reference to use when returning dynamic entities. |
WhereClause | Gets or sets a SQL expression used to filter dynamic entities. |
Applies to
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 |