다음을 통해 공유


IndexerExecutionResult Class

Definition

Represents the result of an individual indexer execution.

public class IndexerExecutionResult
public class IndexerExecutionResult : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.IndexerExecutionResult>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.IndexerExecutionResult>
type IndexerExecutionResult = class
type IndexerExecutionResult = class
    interface IJsonModel<IndexerExecutionResult>
    interface IPersistableModel<IndexerExecutionResult>
Public Class IndexerExecutionResult
Public Class IndexerExecutionResult
Implements IJsonModel(Of IndexerExecutionResult), IPersistableModel(Of IndexerExecutionResult)
Inheritance
IndexerExecutionResult
Implements

Properties

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.

Mode

The mode the indexer is running in.

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IndexerExecutionResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IndexerExecutionResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IndexerExecutionResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IndexerExecutionResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IndexerExecutionResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to