SearchModelFactory.KnowledgeStoreStorageProjectionSelector Method

Definition

Abstract class to share properties between concrete selectors.

public static Azure.Search.Documents.Indexes.Models.KnowledgeStoreStorageProjectionSelector KnowledgeStoreStorageProjectionSelector(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 storageContainer = default);
static member KnowledgeStoreStorageProjectionSelector : string * string * string * string * seq<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> * string -> Azure.Search.Documents.Indexes.Models.KnowledgeStoreStorageProjectionSelector
Public Shared Function KnowledgeStoreStorageProjectionSelector (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 storageContainer As String = Nothing) As KnowledgeStoreStorageProjectionSelector

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.

storageContainer
String

Blob container to store projections in.

Returns

A new KnowledgeStoreStorageProjectionSelector instance for mocking.

Applies to