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
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 |