Share via


SearchIndexerIndexProjection Class

Definition

Definition of additional projections to secondary search indexes.

public class SearchIndexerIndexProjection
type SearchIndexerIndexProjection = class
Public Class SearchIndexerIndexProjection
Inheritance
SearchIndexerIndexProjection

Constructors

SearchIndexerIndexProjection(IEnumerable<SearchIndexerIndexProjectionSelector>)

Initializes a new instance of SearchIndexerIndexProjection.

Properties

Parameters

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.

Selectors

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

Applies to