getLocalEdits

Returns all the features that were added, updated or deleted since the last sync. Returns a result object containing a feature edit iterator. For mobile geodatabase created by ArcGIS Pro, the iterator in the result object is empty because there is no concept of syncing.

Note that edits inside a transaction (between calls to Geodatabase.beginTransaction() and either Geodatabase.commitTransaction() or Geodatabase.rollbackTransaction()) share a common LocalFeatureEdit.editDateTime and may not be returned in a consistent order.

Return

A LocalFeatureEditsResult containing an Iterator of LocalFeatureEdit objects.

Since

200.1.0