SearchModelFactory.SearchIndexerIndexProjection Method

Definition

Definition of additional projections to secondary search indexes.

public static Azure.Search.Documents.Indexes.Models.SearchIndexerIndexProjection SearchIndexerIndexProjection(System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.SearchIndexerIndexProjectionSelector> selectors = default, Azure.Search.Documents.Indexes.Models.SearchIndexerIndexProjectionsParameters parameters = default);
static member SearchIndexerIndexProjection : seq<Azure.Search.Documents.Indexes.Models.SearchIndexerIndexProjectionSelector> * Azure.Search.Documents.Indexes.Models.SearchIndexerIndexProjectionsParameters -> Azure.Search.Documents.Indexes.Models.SearchIndexerIndexProjection
Public Shared Function SearchIndexerIndexProjection (Optional selectors As IEnumerable(Of SearchIndexerIndexProjectionSelector) = Nothing, Optional parameters As SearchIndexerIndexProjectionsParameters = Nothing) As SearchIndexerIndexProjection

Parameters

selectors
IEnumerable<SearchIndexerIndexProjectionSelector>

A list of projections to be performed to secondary search indexes.

parameters
SearchIndexerIndexProjectionsParameters

A dictionary of index projection-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type.

Returns

A new SearchIndexerIndexProjection instance for mocking.

Applies to