SearchIndexerIndexProjection interface
Definition of additional projections to secondary search indexes.
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. |
Property Details
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.
parameters?: SearchIndexerIndexProjectionParameters
Property Value
selectors
A list of projections to be performed to secondary search indexes.
selectors: SearchIndexerIndexProjectionSelector[]