SynchronizationState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the current state of an ongoing synchronization that spans multiple indexer runs.
public class SynchronizationState : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.SynchronizationState>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.SynchronizationState>
type SynchronizationState = class
interface IJsonModel<SynchronizationState>
interface IPersistableModel<SynchronizationState>
Public Class SynchronizationState
Implements IJsonModel(Of SynchronizationState), IPersistableModel(Of SynchronizationState)
- Inheritance
-
SynchronizationState
- Implements
Constructors
| Name | Description |
|---|---|
| SynchronizationState(DateTimeOffset, Int32, Int32, Int32) |
Initializes a new instance of SynchronizationState. |
Properties
| Name | Description |
|---|---|
| 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. |