KustoSerializer.DeserializeMetadata(String) Method
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.
Returns deserialized instance of MemoryRecordMetadata from serialized metadata.
public static Microsoft.SemanticKernel.Memory.MemoryRecordMetadata DeserializeMetadata (string metadata);
static member DeserializeMetadata : string -> Microsoft.SemanticKernel.Memory.MemoryRecordMetadata
Public Shared Function DeserializeMetadata (metadata As String) As MemoryRecordMetadata
Parameters
- metadata
- String
Serialized metadata.