SearchIndexerKnowledgeStoreBlobProjectionSelector interface
Abstract class to share properties between concrete selectors.
- Extends
Properties
storage |
Blob container to store projections in. |
Inherited Properties
generated |
Name of generated key to store projection under. |
inputs | Nested inputs for complex projections. |
reference |
Name of reference key to different projection. |
source | Source data to project. |
source |
Source context for complex projections. |
Property Details
storageContainer
Blob container to store projections in.
storageContainer: 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