다음을 통해 공유


IndexerState Class

Definition

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

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

Properties

AllDocsFinalTrackingState

Change tracking state value when indexing finishes on all documents in the datasource.

AllDocsInitialTrackingState

Change tracking state used when indexing starts on all documents in the datasource.

ChangeTrackingState

Change tracking state for an indexer's execution.

Mode

The mode the indexer is running in.

ResetDataSourceDocumentIds

The list of datasource document ids that have been reset. The datasource document id is the unique identifier for the data in the datasource. The indexer will prioritize selectively re-ingesting these ids.

ResetDocsFinalTrackingState

Change tracking state value when indexing finishes on select, reset documents in the datasource.

ResetDocsInitialTrackingState

Change tracking state used when indexing starts on select, reset documents in the datasource.

ResetDocumentKeys

The list of document keys that have been reset. The document key is the document's unique identifier for the data in the search index. The indexer will prioritize selectively re-ingesting these keys.

ResyncFinalTrackingState

Change tracking state value when indexing finishes on selective options from the datasource.

ResyncInitialTrackingState

Change tracking state used when indexing starts on selective options from the datasource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IndexerState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IndexerState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IndexerState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IndexerState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IndexerState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to