Partager via


SearchIndexerIndexProjections Constructeur

Définition

Initialise une nouvelle instance 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))

Paramètres

selectors
IEnumerable<SearchIndexerIndexProjectionSelector>

Liste des projections à effectuer sur les index de recherche secondaires.

Exceptions

selectors a la valeur null.

S’applique à