The members of Android.Content.SyncStats are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[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. |
Clear()Reset all the counters to 0. | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |