How to get the replica list from ArcGIS server with the SDK?

3971
2
03-31-2015 05:16 AM
JuhoVainio
Occasional Contributor

I know I can get the JSON response for replicas within the ArcGIS Server from the URL: /FeatureServer/replicas?f=pjson

Is this possible with the .NET SDK? I coudn't find a method for it in the FeatureServiceInfo documentation: FeatureServiceInfo Class

Tags (2)
0 Kudos
2 Replies
dotMorten_esri
Esri Notable Contributor

The API does not expose any capabilities for managing the replicas on the server.

0 Kudos
JuhoVainio
Occasional Contributor

Is it a planned feature or do you intent not to support the feature at all? The FeatureServiceInfo class alsready has almost everything else except the replicas, so I don't see why it's missing (it's a read only list after all).

0 Kudos