Class IndexerResyncOption

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

public final class IndexerResyncOption extends com.azure.core.util.ExpandableStringEnum<IndexerResyncOption>
Options with various types of permission data to index.
  • Field Details

    • PERMISSIONS

      public static final IndexerResyncOption PERMISSIONS
      Indexer to re-ingest pre-selected permissions data from data source to index.
  • Constructor Details

    • IndexerResyncOption

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

    • fromString

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

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