Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Returns the number of received update rows that have been ignored.
abstract long SyncResult.getReceivedIgnoredUpdates()
The number of downloaded update rows that were ignored. For UltraLite Java edition databases, this value is always 0.
Received update rows are ignored only when duplicate primary keys are allowed in the download. (which is possible on Android only) Duplicate downloaded updates otherwise result in a failed synchronization.