KnowledgeStore(String, IEnumerable<KnowledgeStoreProjection>) Constructor

Definition

Initializes a new instance of KnowledgeStore.

public KnowledgeStore (string storageConnectionString, System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.KnowledgeStoreProjection> projections);
new Azure.Search.Documents.Indexes.Models.KnowledgeStore : string * seq<Azure.Search.Documents.Indexes.Models.KnowledgeStoreProjection> -> Azure.Search.Documents.Indexes.Models.KnowledgeStore
Public Sub New (storageConnectionString As String, projections As IEnumerable(Of KnowledgeStoreProjection))

Parameters

storageConnectionString
String

The connection string to the storage account projections will be stored in.

projections
IEnumerable<KnowledgeStoreProjection>

A list of additional projections to perform during indexing.

Exceptions

storageConnectionString or projections is null.

Applies to