Share via


SearchIndexerStatus Class

Definition

Represents the current status and execution history of an indexer.

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

Properties

CurrentState

All of the state that defines and dictates the indexer's current execution.

ExecutionHistory

History of the recent indexer executions, sorted in reverse chronological order.

LastResult

The result of the most recent or an in-progress indexer execution.

Limits

The execution limits for the indexer.

Name

The name of the indexer.

Status

Overall indexer status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SearchIndexerStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SearchIndexerStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SearchIndexerStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SearchIndexerStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SearchIndexerStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to