Uses of Class
com.azure.search.documents.indexes.models.IndexerExecutionStatusDetail
Packages that use IndexerExecutionStatusDetail
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of IndexerExecutionStatusDetail in com.azure.search.documents.indexes.models
Subclasses with type arguments of type IndexerExecutionStatusDetail in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classDetails the status of an individual indexer execution.Fields in com.azure.search.documents.indexes.models declared as IndexerExecutionStatusDetailModifier and TypeFieldDescriptionstatic final IndexerExecutionStatusDetailIndexerExecutionStatusDetail.RESET_DOCSIndicates that the reset that occurred was for a call to ResetDocs.static final IndexerExecutionStatusDetailIndexerExecutionStatusDetail.RESYNCIndicates to selectively resync based on option(s) from data source.Methods in com.azure.search.documents.indexes.models that return IndexerExecutionStatusDetailModifier and TypeMethodDescriptionstatic IndexerExecutionStatusDetailIndexerExecutionStatusDetail.fromString(String name) Creates or finds a IndexerExecutionStatusDetail from its string representation.IndexerExecutionResult.getStatusDetail()Get the statusDetail property: The outcome of this indexer execution.Methods in com.azure.search.documents.indexes.models that return types with arguments of type IndexerExecutionStatusDetailModifier and TypeMethodDescriptionIndexerExecutionStatusDetail.values()Gets known IndexerExecutionStatusDetail values.