MemoryRecord.Metadata Property
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.
Metadata associated with a Semantic Kernel memory.
[System.Text.Json.Serialization.JsonPropertyName("metadata")]
public Microsoft.SemanticKernel.Memory.MemoryRecordMetadata Metadata { get; }
[<System.Text.Json.Serialization.JsonPropertyName("metadata")>]
member this.Metadata : Microsoft.SemanticKernel.Memory.MemoryRecordMetadata
Public ReadOnly Property Metadata As MemoryRecordMetadata
Property Value
- Attributes