
Ultimate access to all questions.
Managing Knowledge Store projections is a key feature of Azure AI Search, allowing you to store and analyze the enriched data. Describe the different types of projections you can create in a Knowledge Store, including file, object, and table projections, and explain their use cases.
A
File projections store the enriched data as files in Azure Blob Storage, allowing you to access and analyze the data using external tools.
B
Object projections store the enriched data as JSON objects in Azure Blob Storage, providing a structured format for further processing.
C
Table projections store the enriched data in Azure Table Storage, enabling you to query and analyze the data using SQL-like syntax.
D
All of the above