Compartir a través de


SearchIndexerIndexProjections Constructor

Definición

Inicializa una nueva instancia 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>

Lista de proyecciones que se van a realizar en índices de búsqueda secundarios.

Excepciones

selectors es null.

Se aplica a