Class IndexingMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IndexingMode>
com.azure.resourcemanager.cosmos.models.IndexingMode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Indicates the indexing mode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IndexingModeStatic value consistent for IndexingMode.static final IndexingModeStatic value lazy for IndexingMode.static final IndexingModeStatic value none for IndexingMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexingModefromString(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, getValue, hashCode, toString, values
-
Field Details
-
CONSISTENT
Static value consistent for IndexingMode. -
LAZY
Static value lazy for IndexingMode. -
NONE
Static value none for IndexingMode.
-
-
Constructor Details
-
IndexingMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of IndexingMode value.
-
-
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.
-
fromString(String)factory method.