Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerIndexProjectionsParameters
Packages that use SearchIndexerIndexProjectionsParameters
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerIndexProjectionsParameters in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchIndexerIndexProjectionsParametersModifier and TypeMethodDescriptionSearchIndexerIndexProjectionsParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerIndexProjectionsParameters from the JsonReader.SearchIndexerIndexProjection.getParameters()Get the parameters property: A dictionary of index projection-specific configuration properties.SearchIndexerIndexProjectionsParameters.setAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: A dictionary of index projection-specific configuration properties.SearchIndexerIndexProjectionsParameters.setProjectionMode(IndexProjectionMode projectionMode) Set the projectionMode property: Defines behavior of the index projections in relation to the rest of the indexer.Methods in com.azure.search.documents.indexes.models with parameters of type SearchIndexerIndexProjectionsParametersModifier and TypeMethodDescriptionSearchIndexerIndexProjection.setParameters(SearchIndexerIndexProjectionsParameters parameters) Set the parameters property: A dictionary of index projection-specific configuration properties.