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 Summary
FieldsModifier and TypeFieldDescriptionstatic final IndexerResyncOptionIndexer to re-ingest pre-selected permissions data from data source to index. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexerResyncOptionfromString(String name) Creates or finds a IndexerResyncOption from its string representation.static Collection<IndexerResyncOption> values()Gets known IndexerResyncOption values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
PERMISSIONS
Indexer to re-ingest pre-selected permissions data from data source to index.
-
-
Constructor Details
-
IndexerResyncOption
Deprecated.Use thefromString(String)factory method.Creates a new instance of IndexerResyncOption value.
-
-
Method Details
-
fromString
Creates or finds a IndexerResyncOption from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IndexerResyncOption.
-
values
Gets known IndexerResyncOption values.- Returns:
- known IndexerResyncOption values.
-
fromString(String)factory method.