SearchModelFactory.SearchIndexerIndexProjection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.