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

Syntax

[Android.Runtime.Register("numSkippedEntries")]
public long NumSkippedEntries { get; set; }

Value

Documentation for this section has not yet been entered.

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.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5