Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.