IndexingMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cosmos. models. IndexingMode
- com.
- com.
public final class IndexingMode
extends ExpandableStringEnum<IndexingMode>
Indicates the indexing mode.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Indexing |
CONSISTENT
Static value consistent for Indexing |
static final
Indexing |
LAZY
Static value lazy for Indexing |
static final
Indexing |
NONE
Static value none for Indexing |
Constructor Summary
Constructor | Description |
---|---|
IndexingMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Indexing |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Indexing |
fromString(String name)
Creates or finds a Indexing |
static
Collection<Indexing |
values()
Gets known Indexing |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CONSISTENT
public static final IndexingMode CONSISTENT
Static value consistent for IndexingMode.
LAZY
public static final IndexingMode LAZY
Static value lazy for IndexingMode.
NONE
public static final IndexingMode NONE
Static value none for IndexingMode.
Constructor Details
IndexingMode
@Deprecated
public IndexingMode()
Deprecated
Creates a new instance of IndexingMode value.
Method Details
fromString
public static IndexingMode fromString(String name)
Creates or finds a IndexingMode from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known IndexingMode values.
Returns:
Applies to
Azure SDK for Java