SearchIndexerDataContainer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents information about the entity (such as Azure SQL table or CosmosDB collection) that will be indexed.
public class SearchIndexerDataContainer
type SearchIndexerDataContainer = class
Public Class SearchIndexerDataContainer
- Inheritance
-
SearchIndexerDataContainer
Constructors
SearchIndexerDataContainer(String) |
Initializes a new instance of SearchIndexerDataContainer. |
Properties
Name |
The name of the table or view (for Azure SQL data source) or collection (for CosmosDB data source) that will be indexed. |
Query |
A query that is applied to this data container. The syntax and meaning of this parameter is datasource-specific. Not supported by Azure SQL datasources. |
Applies to
Azure SDK for .NET