can Use Service Geodatabase Apply Edits
True if you can use com.arcgismaps.data.ServiceGeodatabase.applyEdits to commit changes back to the service, false otherwise. This value is true if the support for global IDs in all tables in the geodatabase is enabled, or support for global IDs in all tables in the geodatabase is disabled, false otherwise.
com.arcgismaps.data.ServiceGeodatabase.applyEdits applies edits to all affected tables as a single transaction. This is the recommended approach for applying edits. However, if the service has been setup with mixed support for global IDs, then you must apply the edits individually to each affected table using com.arcgismaps.data.ServiceFeatureTable.applyEdits
If com.arcgismaps.data.ServiceGeodatabase.applyEdits is used when this property is set to false, it can fail with ErrorType.GeodatabaseGlobalIdSupportMismatch
Since
200.3.0