IndexerResyncOption Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. search. documents. indexes. models. IndexerResyncOption
- com.
- com.
public final class IndexerResyncOption
extends ExpandableStringEnum<IndexerResyncOption>
Options with various types of permission data to index.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Indexer |
PERMISSIONS
Indexer to re-ingest pre-selected permissions data from data source to index. |
Constructor Summary
| Constructor | Description |
|---|---|
| IndexerResyncOption() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Indexer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Indexer |
fromString(String name)
Creates or finds a Indexer |
|
static
Collection<Indexer |
values()
Gets known Indexer |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
PERMISSIONS
public static final IndexerResyncOption PERMISSIONS
Indexer to re-ingest pre-selected permissions data from data source to index.
Constructor Details
IndexerResyncOption
@Deprecated
public IndexerResyncOption()
Deprecated
Creates a new instance of IndexerResyncOption value.
Method Details
fromString
public static IndexerResyncOption fromString(String name)
Creates or finds a IndexerResyncOption from its string representation.
Parameters:
Returns:
values
public static Collection<IndexerResyncOption> values()
Gets known IndexerResyncOption values.
Returns: