SearchIndexerKnowledgeStore Class

Definition of additional projections to azure blob, table, or files, of enriched data.

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

Inheritance
SearchIndexerKnowledgeStore

Constructor

SearchIndexerKnowledgeStore(*, storage_connection_string: str, projections: List[azure.search.documents.indexes._generated.models._models_py3.SearchIndexerKnowledgeStoreProjection], **kwargs)

Parameters

storage_connection_string
str
Required

Required. The connection string to the storage account projections will be stored in.

projections
list[SearchIndexerKnowledgeStoreProjection]
Required

Required. A list of additional projections to perform during indexing.