IndexerExecutionResult 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 result of an individual indexer execution.
public class IndexerExecutionResult
type IndexerExecutionResult = class
Public Class IndexerExecutionResult
- Inheritance
-
IndexerExecutionResult
Properties
CurrentState |
All of the state that defines and dictates the indexer's current execution. |
EndTime |
The end time of this indexer execution, if the execution has already completed. |
ErrorMessage |
The error message indicating the top-level error, if any. |
Errors |
The item-level indexing errors. |
FailedItemCount |
The number of items that failed to be indexed during this indexer execution. |
FinalTrackingState |
Change tracking state with which an indexer execution finished. |
InitialTrackingState |
Change tracking state with which an indexer execution started. |
ItemCount |
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 |
The start time of this indexer execution. |
Status |
The outcome of this indexer execution. |
StatusDetail |
The outcome of this indexer execution. |
Warnings |
The item-level indexing warnings. |
Applies to
Azure SDK for .NET