Show / Hide Table of Contents

Property OutFields

OutFields

Gets a collection of field names that identify the observation values the server should return.

Declaration
public IList<string> OutFields { get; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

A collection of field names that identify the observation values the server should return.

Remarks

This property instructs the service to return a subset of values when pushing observations to the client. Restricting the values returned will limit the amount of memory required to store individual observations and therefore reduce the memory footprint of the application.

The default is an empty collection, which returns all observation fields from the server.

Note that the geometry, track ID (if available), and timestamp fields are always included with each observation.

note

The output fields take effect when connecting to an empty DynamicEntityDataSource. The following three steps are required to modify the output fields for an existing connection: DisconnectAsync(), PurgeAllAsync(), and ConnectAsync().

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.