SyncStats.NumSkippedEntries Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.