你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SearchIndexerIndexProjection interface
对辅助搜索索引的其他投影的定义。
属性
parameters | 索引投影特定配置属性的字典。 每个名称都是特定属性的名称。 每个值都必须是基元类型。 |
selectors | 要对辅助搜索索引执行的投影列表。 |
属性详细信息
parameters
索引投影特定配置属性的字典。 每个名称都是特定属性的名称。 每个值都必须是基元类型。
parameters?: SearchIndexerIndexProjectionParameters
属性值
selectors
要对辅助搜索索引执行的投影列表。
selectors: SearchIndexerIndexProjectionSelector[]