Share via


CompletedSynchronizationState interface

Represents the completed state of the last synchronization.

Properties

endTime

The end time of the last completed synchronization.

itemsSkipped

The number of items skipped in the last synchronization.

itemsUpdatesFailed

The number of item updates that failed in the last synchronization.

itemsUpdatesProcessed

The number of item updates successfully processed in the last synchronization.

startTime

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