Class IndexingMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IndexingMode>
com.azure.search.documents.indexes.models.IndexingMode
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class IndexingMode extends com.azure.core.util.ExpandableStringEnum<IndexingMode>
Represents the mode the indexer is executing in.
  • Field Details

    • INDEXING_ALL_DOCS

      public static final IndexingMode INDEXING_ALL_DOCS
      The indexer is indexing all documents in the datasource.
    • INDEXING_RESET_DOCS

      public static final IndexingMode INDEXING_RESET_DOCS
      The indexer is indexing selective, reset documents in the datasource. The documents being indexed are defined on indexer status.
  • Constructor Details

    • IndexingMode

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

    • fromString

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

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