SearchIndexerKnowledgeStoreFileProjectionSelector interface

Projection definition for what data to store in Azure Files.

Extends

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.

storageContainer

Blob container to store projections in.

Inherited Property Details

generatedKeyName

Name of generated key to store projection under.

generatedKeyName?: string

Property Value

string

Inherited From SearchIndexerKnowledgeStoreBlobProjectionSelector.generatedKeyName

inputs

Nested inputs for complex projections.

inputs?: InputFieldMappingEntry[]

Property Value

Inherited From SearchIndexerKnowledgeStoreBlobProjectionSelector.inputs

referenceKeyName

Name of reference key to different projection.

referenceKeyName?: string

Property Value

string

Inherited From SearchIndexerKnowledgeStoreBlobProjectionSelector.referenceKeyName

source

Source data to project.

source?: string

Property Value

string

Inherited From SearchIndexerKnowledgeStoreBlobProjectionSelector.source

sourceContext

Source context for complex projections.

sourceContext?: string

Property Value

string

Inherited From SearchIndexerKnowledgeStoreBlobProjectionSelector.sourceContext

storageContainer

Blob container to store projections in.

storageContainer: string

Property Value

string

Inherited From SearchIndexerKnowledgeStoreBlobProjectionSelector.storageContainer