Package version:

Interface SearchIndexerKnowledgeStoreFileProjectionSelector

Projection definition for what data to store in Azure Files.

interface SearchIndexerKnowledgeStoreFileProjectionSelector {
    generatedKeyName?: string;
    inputs?: InputFieldMappingEntry[];
    referenceKeyName?: string;
    source?: string;
    sourceContext?: string;
    storageContainer: 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.

storageContainer: string

Blob container to store projections in.