Uses of Class
com.azure.search.documents.indexes.models.IndexerExecutionResult
Packages that use IndexerExecutionResult
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of IndexerExecutionResult in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type IndexerExecutionResultModifier and TypeClassDescriptionfinal classRepresents the result of an individual indexer execution.Methods in com.azure.search.documents.indexes.models that return IndexerExecutionResultModifier and TypeMethodDescriptionstatic IndexerExecutionResultIndexerExecutionResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IndexerExecutionResult from the JsonReader.SearchIndexerStatus.getLastResult()Get the lastResult property: The result of the most recent or an in-progress indexer execution.Methods in com.azure.search.documents.indexes.models that return types with arguments of type IndexerExecutionResultModifier and TypeMethodDescriptionSearchIndexerStatus.getExecutionHistory()Get the executionHistory property: History of the recent indexer executions, sorted in reverse chronological order.Constructor parameters in com.azure.search.documents.indexes.models with type arguments of type IndexerExecutionResultModifierConstructorDescriptionSearchIndexerStatus(IndexerStatus status, List<IndexerExecutionResult> executionHistory, SearchIndexerLimits limits) Creates an instance of SearchIndexerStatus class.