Class IndexingMode
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<IndexingMode>
com.microsoft.azure.management.cosmosdb.IndexingMode
Defines values for IndexingMode.
-
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()Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
CONSISTENT
Static value Consistent for IndexingMode. -
LAZY
Static value Lazy for IndexingMode. -
NONE
Static value None 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
- Returns:
- known IndexingMode values
-