Partager via


PineconeDocument.Id Property

Definition

The unique ID of a Document

[System.Text.Json.Serialization.JsonPropertyName("id")]
public string Id { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("id")>]
member this.Id : string with get, set
Public Property Id As String

Property Value

The unique ID of a document

Attributes

Applies to