ArcGISStreamServiceInfo

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

Link copied to clipboard

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.

Link copied to clipboard

The URL of the feature service with the last known observation for each track.

Link copied to clipboard

The frequency (in milliseconds) at which a snapshot of incoming observations is saved to the archive. The default is 30.

Link copied to clipboard

The current version of the ArcGIS stream service.

Link copied to clipboard

The description of the ArcGIS stream service.

Link copied to clipboard

The ArcGIS stream service drawing info.

Link copied to clipboard

The name of the field in the track-aware service that contains end time.

Link copied to clipboard

The ArcGIS stream service's field definitions.

Link copied to clipboard

The name of the field that stores geometry.

Link copied to clipboard

The type of geometry.

Link copied to clipboard

The name of the field that stores a unique global identifier.

Link copied to clipboard

The name of the field that stores a unique object ID.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The SpatialReference of this stream service. The default is WGS84 (4326).

Link copied to clipboard

The name of the field in the track-aware service that contains start time.

Link copied to clipboard

The name of the field in the track-aware service that contains track ID.