Share via


VectorSearchResults<TRecord>.Metadata Property

Definition

The metadata associated with the content.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ Metadata { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ value); };
public System.Collections.Generic.IReadOnlyDictionary<string,object?>? Metadata { get; init; }
member this.Metadata : System.Collections.Generic.IReadOnlyDictionary<string, obj> with get, set
Public Property Metadata As IReadOnlyDictionary(Of String, Object)

Property Value

Applies to