supportsUtilityNetworkTopologySync

True if the available utility network topology data support synchronization in any direction, false otherwise. If the value is true, utility network topology data can be taken offline with com.arcgismaps.tasks.geodatabase.SyncModel.Geodatabase. The downloaded geodatabase supports editing and synchronization in any direction - com.arcgismaps.tasks.geodatabase.SyncDirection.Download, com.arcgismaps.tasks.geodatabase.SyncDirection.Upload, com.arcgismaps.tasks.geodatabase.SyncDirection.Bidirectional.

If the value is false, utility network topology data can only be taken offline with com.arcgismaps.tasks.geodatabase.SyncModel.Geodatabase if SyncCapabilities.supportsUtilityNetworkTopologySyncDownloadOnly is true. The downloaded geodatabase cannot be edited directly but it can incorporate edits made on the service using com.arcgismaps.tasks.geodatabase.SyncDirection.Download.

If SyncCapabilities.supportsUtilityNetworkTopologySyncDownloadOnly is false, the utility network topology data can only be taken offline with com.arcgismaps.tasks.geodatabase.SyncModel.None. In this situation, the geodatabase is read-only and does not support synchronization. To integrate updates from the service into the geodatabase, the current geodatabase needs to be replaced by downloading it again.

Since

200.6.0

See also

GenerateGeodatabaseParameters.syncModel
SyncGeodatabaseParameters.geodatabaseSyncDirection