SynchronizationState interface
Represents the current state of an ongoing synchronization that spans multiple indexer runs.
Properties
| items |
The number of items skipped in the current synchronization. |
| items |
The number of item updates that failed in the current synchronization. |
| items |
The number of item updates successfully processed in the current synchronization. |
| start |
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