SearchModelFactory.KnowledgeStoreProjection 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.
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
Projections to Azure Table storage.
Projections to Azure Blob storage.
Projections to Azure File storage.
Returns
A new KnowledgeStoreProjection instance for mocking.