SearchModelFactory.KnowledgeStoreProjection Method

Definition

Container object for various projection selectors.

public static Azure.Search.Documents.Indexes.Models.KnowledgeStoreProjection KnowledgeStoreProjection(System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.KnowledgeStoreTableProjectionSelector> tables = default, System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.KnowledgeStoreObjectProjectionSelector> objects = default, System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.KnowledgeStoreFileProjectionSelector> files = default);
static member KnowledgeStoreProjection : seq<Azure.Search.Documents.Indexes.Models.KnowledgeStoreTableProjectionSelector> * seq<Azure.Search.Documents.Indexes.Models.KnowledgeStoreObjectProjectionSelector> * seq<Azure.Search.Documents.Indexes.Models.KnowledgeStoreFileProjectionSelector> -> Azure.Search.Documents.Indexes.Models.KnowledgeStoreProjection
Public Shared Function KnowledgeStoreProjection (Optional tables As IEnumerable(Of KnowledgeStoreTableProjectionSelector) = Nothing, Optional objects As IEnumerable(Of KnowledgeStoreObjectProjectionSelector) = Nothing, Optional files As IEnumerable(Of KnowledgeStoreFileProjectionSelector) = Nothing) As KnowledgeStoreProjection

Parameters

tables
IEnumerable<KnowledgeStoreTableProjectionSelector>

Projections to Azure Table storage.

objects
IEnumerable<KnowledgeStoreObjectProjectionSelector>

Projections to Azure Blob storage.

files
IEnumerable<KnowledgeStoreFileProjectionSelector>

Projections to Azure File storage.

Returns

A new KnowledgeStoreProjection instance for mocking.

Applies to