SearchIndexerKnowledgeStoreTableProjectionSelector interface

Description for what data to store in Azure Tables.

Extends

Properties

tableName

Name of the Azure table to store projected data in.

Inherited 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

tableName

Name of the Azure table to store projected data in.

tableName: string

Property Value

string

Inherited Property Details

generatedKeyName

Name of generated key to store projection under.

generatedKeyName?: string

Property Value

string

Inherited From SearchIndexerKnowledgeStoreProjectionSelector.generatedKeyName

inputs

Nested inputs for complex projections.

inputs?: InputFieldMappingEntry[]

Property Value

Inherited From SearchIndexerKnowledgeStoreProjectionSelector.inputs

referenceKeyName

Name of reference key to different projection.

referenceKeyName?: string

Property Value

string

Inherited From SearchIndexerKnowledgeStoreProjectionSelector.referenceKeyName

source

Source data to project.

source?: string

Property Value

string

Inherited From SearchIndexerKnowledgeStoreProjectionSelector.source

sourceContext

Source context for complex projections.

sourceContext?: string

Property Value

string

Inherited From SearchIndexerKnowledgeStoreProjectionSelector.sourceContext