Class IndexingMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IndexingMode>
com.azure.search.documents.indexes.models.IndexingMode
Defines values for IndexingMode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IndexingMode
Static value indexingAllDocs for IndexingMode.static final IndexingMode
Static value indexingResetDocs for IndexingMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexingMode
fromString
(String name) Creates or finds a IndexingMode from its string representation.static Collection<IndexingMode>
values()
Gets known IndexingMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INDEXING_ALL_DOCS
Static value indexingAllDocs for IndexingMode. -
INDEXING_RESET_DOCS
Static value indexingResetDocs for IndexingMode.
-
-
Constructor Details
-
IndexingMode
public IndexingMode()
-
-
Method Details
-
fromString
Creates or finds a IndexingMode from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IndexingMode.
-
values
Gets known IndexingMode values.- Returns:
- known IndexingMode values.
-