I was looking at the ExportDeltaAsync method to use in a custom sync workflow we have. What is unclear to me is how you could trim the results of this to be only the edits since a certain time.
If I were to use ExportDeltaAsync at 12:00 and then send those to the server and sync that delta file to the server. If I run the ExportDeltaAsync at 1:00, it would seem I will still get all the edits from before 12:00. Is there a way to reset the HasEdits on the Geodatabase or some other other way that one only Exports the Deltas since the last time that ExportDeltaAsync was called?