Share via


SynchronizationState interface

Represents the current state of an ongoing synchronization that spans multiple indexer runs.

Properties

itemsSkipped

The number of items skipped in the current synchronization.

itemsUpdatesFailed

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

itemsUpdatesProcessed

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

startTime

The start time of the current synchronization.

Property Details

itemsSkipped

The number of items skipped in the current synchronization.

itemsSkipped: number

Property Value

number

itemsUpdatesFailed

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

itemsUpdatesFailed: number

Property Value

number

itemsUpdatesProcessed

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

itemsUpdatesProcessed: number

Property Value

number

startTime

The start time of the current synchronization.

startTime: Date

Property Value

Date