public final class IndexingMode extends com.azure.core.util.ExpandableStringEnum<IndexingMode>
| Modifier and Type | Field and Description |
|---|---|
static IndexingMode |
CONSISTENT
Static value Consistent for IndexingMode.
|
static IndexingMode |
LAZY
Static value Lazy for IndexingMode.
|
static IndexingMode |
NONE
Static value None for IndexingMode.
|
| Constructor and Description |
|---|
IndexingMode() |
| Modifier and Type | Method and Description |
|---|---|
static IndexingMode |
fromString(String name)
Creates or finds a IndexingMode from its string representation.
|
static Collection<IndexingMode> |
values() |
public static final IndexingMode CONSISTENT
public static final IndexingMode LAZY
public static final IndexingMode NONE
public static IndexingMode fromString(String name)
name - a name to look for.public static Collection<IndexingMode> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.