SearchModelFactory.KnowledgeStoreFileProjectionSelector 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.
Projection definition for what data to store in Azure Files.
public static Azure.Search.Documents.Indexes.Models.KnowledgeStoreFileProjectionSelector KnowledgeStoreFileProjectionSelector(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 KnowledgeStoreFileProjectionSelector : string * string * string * string * seq<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> * string -> Azure.Search.Documents.Indexes.Models.KnowledgeStoreFileProjectionSelector
Public Shared Function KnowledgeStoreFileProjectionSelector (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 KnowledgeStoreFileProjectionSelector
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 KnowledgeStoreFileProjectionSelector instance for mocking.