Uses of Class
com.azure.search.documents.indexes.models.IndexerExecutionEnvironment
Packages that use IndexerExecutionEnvironment
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of IndexerExecutionEnvironment in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as IndexerExecutionEnvironmentModifier and TypeFieldDescriptionstatic final IndexerExecutionEnvironment
IndexerExecutionEnvironment.PRIVATE
Static value private for IndexerExecutionEnvironment.static final IndexerExecutionEnvironment
IndexerExecutionEnvironment.STANDARD
Static value standard for IndexerExecutionEnvironment.Methods in com.azure.search.documents.indexes.models that return IndexerExecutionEnvironmentModifier and TypeMethodDescriptionstatic IndexerExecutionEnvironment
IndexerExecutionEnvironment.fromString
(String name) Creates or finds a IndexerExecutionEnvironment from its string representation.IndexingParametersConfiguration.getExecutionEnvironment()
Get the executionEnvironment property: Specifies the environment in which the indexer should execute.Methods in com.azure.search.documents.indexes.models that return types with arguments of type IndexerExecutionEnvironmentModifier and TypeMethodDescriptionIndexerExecutionEnvironment.values()
Gets known IndexerExecutionEnvironment values.Methods in com.azure.search.documents.indexes.models with parameters of type IndexerExecutionEnvironmentModifier and TypeMethodDescriptionIndexingParametersConfiguration.setExecutionEnvironment
(IndexerExecutionEnvironment executionEnvironment) Set the executionEnvironment property: Specifies the environment in which the indexer should execute.