Uses of Class
com.azure.search.documents.indexes.models.IndexerResyncOption
Packages that use IndexerResyncOption
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of IndexerResyncOption in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as IndexerResyncOptionModifier and TypeFieldDescriptionstatic final IndexerResyncOptionIndexerResyncOption.PERMISSIONSIndexer to re-ingest pre-selected permissions data from data source to index.Methods in com.azure.search.documents.indexes.models that return IndexerResyncOptionModifier and TypeMethodDescriptionstatic IndexerResyncOptionIndexerResyncOption.fromString(String name) Creates or finds a IndexerResyncOption from its string representation.Methods in com.azure.search.documents.indexes.models that return types with arguments of type IndexerResyncOptionModifier and TypeMethodDescriptionIndexerResyncBody.getOptions()Get the options property: Re-sync options that have been pre-defined from data source.static Collection<IndexerResyncOption> IndexerResyncOption.values()Gets known IndexerResyncOption values.Method parameters in com.azure.search.documents.indexes.models with type arguments of type IndexerResyncOptionModifier and TypeMethodDescriptionIndexerResyncBody.setOptions(List<IndexerResyncOption> options) Set the options property: Re-sync options that have been pre-defined from data source.