Package version:

Interface SearchIndexerIndexProjectionParameters

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.

interface SearchIndexerIndexProjectionParameters {
    projectionMode?: string;
    [property: string]: unknown;
}

Indexable

  • [property: string]: unknown

    Describes unknown properties.

Properties

Properties

projectionMode?: string

Defines behavior of the index projections in relation to the rest of the indexer.