I am creating a script to modify the sddeaft xml document. The esri documents doesnt quite really tell which keys tag to which entity in arcgis pro. But I was able to figure out many required for my script except enable_sync, enable_export, allow_editing.
I am assigning them Boolean value
enable_sync = TRUE, enable_export=TRUE, allow_editing = TRUE, but would like to know which key would i need to modify in the <TypeName>FeatureServer.
Please find the screenshot attached for the equivalent in Arcgis Pro and xml snippet.
Any Help is appreciated.