Compartilhar via


SearchIndexerIndexProjections Construtor

Definição

Inicializa uma nova instância de SearchIndexerIndexProjections.

public SearchIndexerIndexProjections (System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.SearchIndexerIndexProjectionSelector> selectors);
new Azure.Search.Documents.Indexes.Models.SearchIndexerIndexProjections : seq<Azure.Search.Documents.Indexes.Models.SearchIndexerIndexProjectionSelector> -> Azure.Search.Documents.Indexes.Models.SearchIndexerIndexProjections
Public Sub New (selectors As IEnumerable(Of SearchIndexerIndexProjectionSelector))

Parâmetros

selectors
IEnumerable<SearchIndexerIndexProjectionSelector>

Uma lista de projeções a serem executadas em índices de pesquisa secundários.

Exceções

selectors é nulo.

Aplica-se a