CompletedSynchronizationState 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 completed state of the last synchronization.
public class CompletedSynchronizationState : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.CompletedSynchronizationState>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.CompletedSynchronizationState>
type CompletedSynchronizationState = class
interface IJsonModel<CompletedSynchronizationState>
interface IPersistableModel<CompletedSynchronizationState>
Public Class CompletedSynchronizationState
Implements IJsonModel(Of CompletedSynchronizationState), IPersistableModel(Of CompletedSynchronizationState)
- Inheritance
-
CompletedSynchronizationState
- Implements
Constructors
| Name | Description |
|---|---|
| CompletedSynchronizationState(DateTimeOffset, DateTimeOffset, Int32, Int32, Int32) |
Initializes a new instance of CompletedSynchronizationState. |
Properties
| Name | Description |
|---|---|
| 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. |