The properties of Android.Content.SyncStats are listed below. For a list of all members, see the SyncStats Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] static | Creator | Android.OS.IParcelableCreator. |
NumAuthExceptions | long. The SyncAdapter was unable to authenticate the Android.Accounts.Account that was specified in the request. | |
NumConflictDetectedExceptions | long. The SyncAdapter detected that there was an unrecoverable version conflict when it attempted to update or delete a version of a resource on the server. | |
NumDeletes | long. Counter for tracking how many deletes were performed by the sync operation, as defined by the SyncAdapter. | |
NumEntries | long. Counter for tracking how many entries were affected by the sync operation, as defined by the SyncAdapter. | |
NumInserts | long. Counter for tracking how many inserts were performed by the sync operation, as defined by the SyncAdapter. | |
NumIoExceptions | long. The SyncAdapter had a problem, most likely with the network connectivity or a timeout while waiting for a network response. | |
NumParseExceptions | long. The SyncAdapter had a problem with the data it received from the server or the storage later. | |
NumSkippedEntries | long. Counter for tracking how many entries, either from the server or the local store, were ignored during the sync operation. | |
NumUpdates | long. Counter for tracking how many updates were performed by the sync operation, as defined by the SyncAdapter. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |