SearchIndexerKnowledgeStoreObjectProjectionSelector interface
Projection definition for what data to store in Azure Blob.
- Extends
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. |
storage |
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