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
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type SearchIndexerDataContainerModifier and TypeClassDescriptionfinal classRepresents information about the entity (such as Azure SQL table or CosmosDB collection) that will be indexed.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.