CompletedSynchronizationState Constructor

Definition

Initializes a new instance of CompletedSynchronizationState.

public CompletedSynchronizationState(DateTimeOffset startTime, DateTimeOffset endTime, int itemsUpdatesProcessed, int itemsUpdatesFailed, int itemsSkipped);
new Azure.Search.Documents.KnowledgeBases.Models.CompletedSynchronizationState : DateTimeOffset * DateTimeOffset * int * int * int -> Azure.Search.Documents.KnowledgeBases.Models.CompletedSynchronizationState
Public Sub New (startTime As DateTimeOffset, endTime As DateTimeOffset, itemsUpdatesProcessed As Integer, itemsUpdatesFailed As Integer, itemsSkipped As Integer)

Parameters

startTime
DateTimeOffset

The start time of the last completed synchronization.

endTime
DateTimeOffset

The end time of the last completed synchronization.

itemsUpdatesProcessed
Int32

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

itemsUpdatesFailed
Int32

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

itemsSkipped
Int32

The number of items skipped in the last synchronization.

Applies to