SynchronizationState(DateTimeOffset, Int32, Int32, Int32) Constructor

Definition

Initializes a new instance of SynchronizationState.

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

Parameters

startTime
DateTimeOffset

The start time of the current synchronization.

itemsUpdatesProcessed
Int32

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

itemsUpdatesFailed
Int32

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

itemsSkipped
Int32

The number of items skipped in the current synchronization.

Applies to