Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerDataContainer
Packages that use SearchIndexerDataContainer
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SearchIndexerDataContainer in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchIndexerDataContainerModifier and TypeMethodDescriptionSearchIndexerDataSourceConnection.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
.