CompletedSynchronizationState interface
Represents the completed state of the last synchronization.
Properties
| end |
The end time of the last completed synchronization. |
| items |
The number of items skipped in the last synchronization. |
| items |
The number of item updates that failed in the last synchronization. |
| items |
The number of item updates successfully processed in the last synchronization. |
| start |
The start time of the last completed synchronization. |
Property Details
endTime
The end time of the last completed synchronization.
endTime: Date
Property Value
Date
itemsSkipped
The number of items skipped in the last synchronization.
itemsSkipped: number
Property Value
number
itemsUpdatesFailed
The number of item updates that failed in the last synchronization.
itemsUpdatesFailed: number
Property Value
number
itemsUpdatesProcessed
The number of item updates successfully processed in the last synchronization.
itemsUpdatesProcessed: number
Property Value
number
startTime
The start time of the last completed synchronization.
startTime: Date
Property Value
Date