Arc GISStream Service Info
Metadata for an ArcGIS stream service. An object of this type is provided by the ArcGISStreamService.info property after loading the data source.
To learn about ArcGIS stream services see: ArcGIS Server - Stream Services[https://enterprise.arcgis.com/en/server/latest/publish-services/windows/stream-services.htm] in the ArcGIS Enterprise documentation.
Since
200.1.0
Properties
The maximum time (in seconds) until the latest (last known) features are purged from the feature layer. The default is 0 which means never expire.
The URL of the feature service with the last known observation for each track.
The frequency (in milliseconds) at which a snapshot of incoming observations is saved to the archive. The default is 30.
The current version of the ArcGIS stream service.
The description of the ArcGIS stream service.
The ArcGIS stream service drawing info.
The name of the field in the track-aware service that contains end time.
The name of the field that stores geometry.
The type of geometry.
The name of the field that stores a unique global identifier.
The name of the field that stores a unique object ID.
The name of a field in the feature service identified by ArcGISStreamServiceInfo.relatedFeaturesUrl that relates features in that service to features in the stream service. Values in the join field must match track ID values in the ArcGISStreamServiceInfo.trackIdField of the stream service.
The URL of a feature service that contains features related to the stream service. The field name provided for ArcGISStreamServiceInfo.relatedFeaturesJoinField is used to match track ID values in the feature service to ArcGISStreamServiceInfo.trackIdField values in the stream service.
The SpatialReference of this stream service. The default is WGS84 (4326).
The name of the field in the track-aware service that contains start time.
The name of the field in the track-aware service that contains track ID.