你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchIndexerIndexProjections 类

定义

定义辅助搜索索引的其他投影。

public class SearchIndexerIndexProjections
type SearchIndexerIndexProjections = class
Public Class SearchIndexerIndexProjections
继承
SearchIndexerIndexProjections

构造函数

SearchIndexerIndexProjections(IEnumerable<SearchIndexerIndexProjectionSelector>)

初始化 SearchIndexerIndexProjections 的新实例。

属性

Parameters

特定于索引投影的配置属性的字典。 每个名称都是特定属性的名称。 每个值必须是基元类型。

Selectors

要对辅助搜索索引执行的投影列表。

适用于