SearchModelFactory.KnowledgeStoreProjectionSelector Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Abstract class to share properties between concrete selectors.
public static Azure.Search.Documents.Indexes.Models.KnowledgeStoreProjectionSelector KnowledgeStoreProjectionSelector(string referenceKeyName = default, string generatedKeyName = default, string source = default, string sourceContext = default, System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> inputs = default);
static member KnowledgeStoreProjectionSelector : string * string * string * string * seq<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> -> Azure.Search.Documents.Indexes.Models.KnowledgeStoreProjectionSelector
Public Shared Function KnowledgeStoreProjectionSelector (Optional referenceKeyName As String = Nothing, Optional generatedKeyName As String = Nothing, Optional source As String = Nothing, Optional sourceContext As String = Nothing, Optional inputs As IEnumerable(Of InputFieldMappingEntry) = Nothing) As KnowledgeStoreProjectionSelector
Parameters
- referenceKeyName
- String
Name of reference key to different projection.
- generatedKeyName
- String
Name of generated key to store projection under.
- source
- String
Source data to project.
- sourceContext
- String
Source context for complex projections.
- inputs
- IEnumerable<InputFieldMappingEntry>
Nested inputs for complex projections.
Returns
A new KnowledgeStoreProjectionSelector instance for mocking.