public final class SearchIndexerDataContainer extends Object
| Constructor and Description |
|---|
SearchIndexerDataContainer(String name)
Constructor of
SearchIndexerDataContainer. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name property: The name of the table or view (for Azure SQL data
source) or collection (for CosmosDB data source) that will be indexed.
|
String |
getQuery()
Get the query property: A query that is applied to this data container.
|
SearchIndexerDataContainer |
setQuery(String query)
Set the query property: A query that is applied to this data container.
|
public SearchIndexerDataContainer(String name)
SearchIndexerDataContainer.name - The name of the table or view (for Azure SQL data source) or collection
(for CosmosDB data source) that will be indexed.public String getName()
public String getQuery()
public SearchIndexerDataContainer setQuery(String query)
query - the query value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.