Class ArcGISStreamServiceInfo
Metadata for an ArcGIS stream service.
Inheritance
Namespace: Esri.ArcGISRuntime.RealTime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcGISStreamServiceInfo
Remarks
An object of this type is provided by the ServiceInfo property after loading the data source.
To learn about ArcGIS stream services see: ArcGIS Server - Stream Services in the ArcGIS Enterprise documentation.
Properties
Name | Description |
---|---|
ArchiveMaximumFeatureAge | Gets the maximum time (in seconds) until the latest (last known) features are purged from the feature layer. |
ArchiveServiceUri | Gets the Uri of the feature service with the last known observation for each track. |
ArchiveUpdateInterval | Gets the frequency (in milliseconds) at which a snapshot of incoming observations is saved to the archive. |
CurrentVersion | Gets the current version of the ArcGIS stream service. |
Description | Gets the description of the ArcGIS stream service. |
DrawingInfo | Gets the ArcGIS stream service drawing info. |
EndTimeField | Gets the name of the field in the track-aware service that contains end time. |
Fields | Gets the ArcGIS stream service's field definitions. |
GeometryField | Gets the name of the field that stores geometry. |
GeometryType | Gets the type of geometry. |
GlobalIdField | Gets the name of the field that stores a unique global identifier. |
ObjectIdField | Gets the name of the field that stores a unique object ID. |
RelatedFeaturesJoinField | Gets the name of a field in the feature service identified by RelatedFeaturesUri that relates features in that service to features in the stream service. |
RelatedFeaturesUri | Gets the Uri of a feature service that contains features related to the stream service. |
SpatialReference | Gets the SpatialReference of this stream service. |
StartTimeField | Gets the name of the field in the track-aware service that contains start time. |
TrackIdField | Gets the name of the field in the track-aware service that contains track ID. |
Applies to
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 |