SyncStats.NumSkippedEntries Property

Definition

Counter for tracking how many entries, either from the server or the local store, were ignored during the sync operation.

[Android.Runtime.Register("numSkippedEntries")]
public long NumSkippedEntries { get; set; }
[<Android.Runtime.Register("numSkippedEntries")>]
member this.NumSkippedEntries : int64 with get, set

Property Value

Attributes

Remarks

Counter for tracking how many entries, either from the server or the local store, were ignored during the sync operation. This could happen if the SyncAdapter detected some unparsable data but decided to skip it and move on rather than failing immediately.

Java documentation for android.content.SyncStats.numSkippedEntries.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to