Uses of Class
com.azure.search.documents.indexes.models.IndexerExecutionStatusDetail
Packages that use IndexerExecutionStatusDetail
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of IndexerExecutionStatusDetail in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as IndexerExecutionStatusDetailModifier and TypeFieldDescriptionstatic final IndexerExecutionStatusDetail
IndexerExecutionStatusDetail.RESET_DOCS
Static value resetDocs for IndexerExecutionStatusDetail.Methods in com.azure.search.documents.indexes.models that return IndexerExecutionStatusDetailModifier and TypeMethodDescriptionstatic IndexerExecutionStatusDetail
IndexerExecutionStatusDetail.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.