Property Filter
Filter
Gets or sets a filter that defines which observations are returned from the service.
Declaration
public ArcGISStreamServiceFilter Filter { get; set; }
Property Value
Type | Description |
---|---|
ArcGISStreamServiceFilter | Defines which observations are returned from the service. |
Remarks
Use this property to define a filter that informs the server which observations to send on the stream. The filter may include spatial or attribute criteria (or both). Using this server-side filter is useful for limiting how much data must be handled in the client application, which can help with performance and memory usage in the application.
This property is used when the data source connection is initiated. The filter cannot be changed once the data source is loaded.
The default value is null
, meaning no filter is applied.
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 |