Partager via


MongoDBMemoryEntry(MemoryRecord) Constructor

Definition

Initializes a new instance of the MongoDBMemoryEntry class.

public MongoDBMemoryEntry (Microsoft.SemanticKernel.Memory.MemoryRecord memoryRecord);
new Microsoft.SemanticKernel.Connectors.MongoDB.MongoDBMemoryEntry : Microsoft.SemanticKernel.Memory.MemoryRecord -> Microsoft.SemanticKernel.Connectors.MongoDB.MongoDBMemoryEntry
Public Sub New (memoryRecord As MemoryRecord)

Parameters

memoryRecord
MemoryRecord

MemoryRecordInstance to copy values from.

Applies to