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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET