Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerDataContainer
Packages that use SearchIndexerDataContainer
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerDataContainer in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchIndexerDataContainerModifier and TypeMethodDescriptionstatic SearchIndexerDataContainerSearchIndexerDataContainer.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerDataContainer from the JsonReader.SearchIndexerDataSourceConnection.getContainer()Get the container property: The data container for the datasource.Set the query property: A query that is applied to this data container.Methods in com.azure.search.documents.indexes.models with parameters of type SearchIndexerDataContainerModifier and TypeMethodDescriptionSearchIndexerDataSourceConnection.setContainer(SearchIndexerDataContainer container) Set the container property: The data container for the datasource.Constructors in com.azure.search.documents.indexes.models with parameters of type SearchIndexerDataContainerModifierConstructorDescriptionSearchIndexerDataSourceConnection(String name, SearchIndexerDataSourceType type, String connectionString, SearchIndexerDataContainer container) Constructor ofSearchIndexerDataSourceConnection.