| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerDataContainer |
SearchIndexerDataSourceConnection.getContainer()
Get the container property: The data container for the datasource.
|
SearchIndexerDataContainer |
SearchIndexerDataContainer.setQuery(String query)
Set the query property: A query that is applied to this data container.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerDataSourceConnection |
SearchIndexerDataSourceConnection.setContainer(SearchIndexerDataContainer container)
Set the container property: The data container for the datasource.
|
| Constructor and Description |
|---|
SearchIndexerDataSourceConnection(String name,
SearchIndexerDataSourceType type,
String connectionString,
SearchIndexerDataContainer container)
Constructor of
SearchIndexerDataSourceConnection. |
Copyright © 2020 Microsoft Corporation. All rights reserved.