KnowledgeStore(String, IEnumerable<KnowledgeStoreProjection>) Constructor
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.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET