Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SynchronizationState interface
- Package:
- @azure/search-documents
Represents the current state of an ongoing synchronization that spans multiple indexer runs.
Properties
| errors | Collection of document-level indexing errors encountered during the current synchronization run. Returned only when errors are present. |
| 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
errors
Collection of document-level indexing errors encountered during the current synchronization run. Returned only when errors are present.
errors?: KnowledgeSourceSynchronizationError[]
Property Value
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
