ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Realtime Namespace / StreamServiceTableDefinition Class / GetArchiveFeatureServiceLayerURL Method

In This Topic
    GetArchiveFeatureServiceLayerURL Method (StreamServiceTableDefinition)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also