ArcGIS Pro 2.6 API Reference Guide
GetArchiveFeatureServiceLayerURL Method (StreamServiceFeatureClassDefinition)

ArcGIS.Core.Data.Realtime Namespace > StreamServiceFeatureClassDefinition Class : GetArchiveFeatureServiceLayerURL Method
Gets the URL of a feature service layer associated to the source stream service.
Syntax
public Uri GetArchiveFeatureServiceLayerURL()
Public Function GetArchiveFeatureServiceLayerURL() As Uri

Return Value

Remarks

A snapshot of streamed data gets saved at a regular interval in this feature service layer. If the source stream service is published with an archive feature service, a stream layer retrieves all features from the associated feature service when StartStreaming is called, and then it starts listening for all new streamed features from its source.

It is a server side setting.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

StreamServiceFeatureClassDefinition Class
StreamServiceFeatureClassDefinition Members