Show / Hide Table of Contents

Property ServiceInfo

ServiceInfo

Gets the metadata that describes the ArcGIS stream service.

Declaration
public ArcGISStreamServiceInfo ServiceInfo { get; }
Property Value
Type Description
ArcGISStreamServiceInfo

Metadata that describes the ArcGIS stream service.

Remarks

Use this property to access metadata that describes the ArcGIS stream service. This property is null by default and is populated when the data source loads.

Once the data source is loaded, you can use this metadata to find things like:

  • Fields: field definitions for data in the stream
  • Track ID field: the field that contains a unique ID for each track in a track-aware service
  • Archive service URL: a service that contains the latest observations for dynamic entities provided by this stream

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.