SearchIndexerKnowledgeStoreProjectionSelector interface

Abstract class to share properties between concrete selectors.

Properties

generatedKeyName

Name of generated key to store projection under.

inputs

Nested inputs for complex projections.

referenceKeyName

Name of reference key to different projection.

source

Source data to project.

sourceContext

Source context for complex projections.

Property Details

generatedKeyName

Name of generated key to store projection under.

generatedKeyName?: string

Property Value

string

inputs

Nested inputs for complex projections.

inputs?: InputFieldMappingEntry[]

Property Value

referenceKeyName

Name of reference key to different projection.

referenceKeyName?: string

Property Value

string

source

Source data to project.

source?: string

Property Value

string

sourceContext

Source context for complex projections.

sourceContext?: string

Property Value

string