IndexerExecutionResult Class

Definition

Represents the result of an individual indexer execution.

public class IndexerExecutionResult
type IndexerExecutionResult = class
Public Class IndexerExecutionResult
Inheritance
IndexerExecutionResult

Constructors

IndexerExecutionResult()

Initializes a new instance of the IndexerExecutionResult class.

IndexerExecutionResult(IndexerExecutionStatus, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, IList<ItemError>, IList<ItemWarning>, Int32, Int32, String, String)

Initializes a new instance of the IndexerExecutionResult class.

Properties

EndTime

Gets the end time of this indexer execution, if the execution has already completed.

ErrorMessage

Gets the error message indicating the top-level error, if any.

Errors

Gets the item-level indexing errors.

FailedItemCount

Gets the number of items that failed to be indexed during this indexer execution.

FinalTrackingState

Gets change tracking state with which an indexer execution finished.

InitialTrackingState

Gets change tracking state with which an indexer execution started.

ItemCount

Gets the number of items that were processed during this indexer execution. This includes both successfully processed items and items where indexing was attempted but failed.

StartTime

Gets the start time of this indexer execution.

Status

Gets the outcome of this indexer execution. Possible values include: 'transientFailure', 'success', 'inProgress', 'reset'

Warnings

Gets the item-level indexing warnings.

Applies to