Show / Hide Table of Contents

Class ArcGISStreamServiceInfo

Metadata for an ArcGIS stream service.

Inheritance
System.Object
ArcGISStreamServiceInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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

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.