Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SearchIndexerDataContainer interface
- Package:
- @azure/search-documents
Represents information about the entity (such as Azure SQL table or CosmosDB collection) that will be indexed.
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. |
Property Details
name
The name of the table or view (for Azure SQL data source) or collection (for CosmosDB data source) that will be indexed.
name: string
Property Value
string
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.
query?: string
Property Value
string
