Partager via


KnowledgeStore(String, IEnumerable<KnowledgeStoreProjection>) Constructeur

Définition

Initialise une nouvelle instance de 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))

Paramètres

storageConnectionString
String

La chaîne de connexion aux projections de compte de stockage sera stockée dans.

projections
IEnumerable<KnowledgeStoreProjection>

Liste des projections supplémentaires à effectuer pendant l’indexation.

Exceptions

storageConnectionString ou projections est null.

S’applique à