Class IndexingMode
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<IndexingMode>
com.microsoft.azure.management.cosmosdb.IndexingMode
Defines values for IndexingMode.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IndexingMode
Static value Consistent for IndexingMode.static final IndexingMode
Static value Lazy for IndexingMode.static final IndexingMode
Static value None for IndexingMode. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IndexingMode
fromString
(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
-