SearchIndexerKnowledgeStoreProjection interface
Container object for various projection selectors.
Properties
files | Projections to Azure File storage. |
objects | Projections to Azure Blob storage. |
tables | Projections to Azure Table storage. |
Property Details
files
Projections to Azure File storage.
files?: SearchIndexerKnowledgeStoreFileProjectionSelector[]
Property Value
objects
Projections to Azure Blob storage.
objects?: SearchIndexerKnowledgeStoreObjectProjectionSelector[]
Property Value
tables
Projections to Azure Table storage.
tables?: SearchIndexerKnowledgeStoreTableProjectionSelector[]