SearchIndexerDataContainer Class

Represents information about the entity (such as Azure SQL table or CosmosDB collection) that will be indexed.

All required parameters must be populated in order to send to Azure.

Inheritance
SearchIndexerDataContainer

Constructor

SearchIndexerDataContainer(*, name: str, query: Optional[str] = None, **kwargs)

Parameters

name
str
Required

Required. The name of the table or view (for Azure SQL data source) or collection (for CosmosDB data source) that will be indexed.

query
str
Required

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.