ExamQuestions.com

Register
Login
Microsoft Azure Exam Certification (AI-102) Exam Questions

Microsoft

Microsoft Azure Exam Certification (AI-102)

160 / 166

Question 160:

You are using Azure Cognitive Search and you add documents to your search index from a specific datasource. For change tracking and eventual consistency with the datasource, you plan to enable incremental enrichment. This way you will ensure the least amount of effort to track and respond to changes in your enrichment pipeline. In this process, you also enable caching on the existing indexer. Assuming that you have the indexer definition, review the JSON code snippet below and complete it by choosing the required and optional properties to modify the cache property in indexer definition. (select two answer choices) 
<pre class="brush:java;">{
"name": "&lt;Indexer Name&gt;",
"targetIndexName": "&lt;Index Name&gt;",
"dataSourceName": "&lt;Datasource Name&gt;",
"skillsetName": "&lt;Skillset name&gt;",
"cache" : {
".............................................." : "&lt;Connection String&gt;",
"..............................................": &lt;true/false&gt;
},
"fieldMappings" : [],
"outputFieldMappings": [],
"parameters": []
}
</pre> 

Answer options:

A.disableCacheReprocessingChangeDetection
B.storageConnectionString
C.enableReprocessing
D.ignoreResetRequirement