Package version:

Interface SearchIndexerKnowledgeStoreTableProjectionSelector

Description for what data to store in Azure Tables.

interface SearchIndexerKnowledgeStoreTableProjectionSelector {
    generatedKeyName?: string;
    inputs?: InputFieldMappingEntry[];
    referenceKeyName?: string;
    source?: string;
    sourceContext?: string;
    tableName: string;
}

Hierarchy (view full)

Properties

generatedKeyName?: string

Name of generated key to store projection under.

Nested inputs for complex projections.

referenceKeyName?: string

Name of reference key to different projection.

source?: string

Source data to project.

sourceContext?: string

Source context for complex projections.

tableName: string

Name of the Azure table to store projected data in.