Class IndexerExecutionStatusDetail
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IndexerExecutionStatusDetail>
com.azure.search.documents.indexes.models.IndexerExecutionStatusDetail
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class IndexerExecutionStatusDetail
extends com.azure.core.util.ExpandableStringEnum<IndexerExecutionStatusDetail>
Details the status of an individual indexer execution.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IndexerExecutionStatusDetailIndicates that the reset that occurred was for a call to ResetDocs. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexerExecutionStatusDetailfromString(String name) Creates or finds a IndexerExecutionStatusDetail from its string representation.values()Gets known IndexerExecutionStatusDetail values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
RESET_DOCS
Indicates that the reset that occurred was for a call to ResetDocs.
-
-
Constructor Details
-
IndexerExecutionStatusDetail
Deprecated.Use thefromString(String)factory method.Creates a new instance of IndexerExecutionStatusDetail value.
-
-
Method Details
-
fromString
Creates or finds a IndexerExecutionStatusDetail from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IndexerExecutionStatusDetail.
-
values
Gets known IndexerExecutionStatusDetail values.- Returns:
- known IndexerExecutionStatusDetail values.
-
fromString(String)factory method.