SearchIndexerIndexProjection Class
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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET