Partager via


PineconeDocument.Metadata Property

Definition

The metadata associated with the document

[System.Text.Json.Serialization.JsonPropertyName("metadata")]
public System.Collections.Generic.Dictionary<string,object>? Metadata { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("metadata")>]
member this.Metadata : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property Metadata As Dictionary(Of String, Object)

Property Value

Attributes

Applies to