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 Details

    • RESET_DOCS

      public static final IndexerExecutionStatusDetail RESET_DOCS
      Indicates that the reset that occurred was for a call to ResetDocs.
  • Constructor Details

    • IndexerExecutionStatusDetail

      @Deprecated public IndexerExecutionStatusDetail()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of IndexerExecutionStatusDetail value.
  • Method Details

    • fromString

      public static IndexerExecutionStatusDetail fromString(String name)
      Creates or finds a IndexerExecutionStatusDetail from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding IndexerExecutionStatusDetail.
    • values

      public static Collection<IndexerExecutionStatusDetail> values()
      Gets known IndexerExecutionStatusDetail values.
      Returns:
      known IndexerExecutionStatusDetail values.