MongoDBMemoryEntry(MemoryRecord) 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 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.