SearchModelFactory.KnowledgeStoreTableProjectionSelector 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.
Description for what data to store in Azure Tables.
public static Azure.Search.Documents.Indexes.Models.KnowledgeStoreTableProjectionSelector KnowledgeStoreTableProjectionSelector(string referenceKeyName = default, string generatedKeyName = default, string source = default, string sourceContext = default, System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> inputs = default, string tableName = default);
static member KnowledgeStoreTableProjectionSelector : string * string * string * string * seq<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> * string -> Azure.Search.Documents.Indexes.Models.KnowledgeStoreTableProjectionSelector
Public Shared Function KnowledgeStoreTableProjectionSelector (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, Optional tableName As String = Nothing) As KnowledgeStoreTableProjectionSelector
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.
- tableName
- String
Name of the Azure table to store projected data in.
Returns
A new KnowledgeStoreTableProjectionSelector instance for mocking.