Partager via


VectorStoreRecordDefinition.Properties Property

Definition

The list of properties that are stored in the record.

public System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.Data.VectorStoreRecordProperty> Properties { get; init; }
member this.Properties : System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.Data.VectorStoreRecordProperty> with get, set
Public Property Properties As IReadOnlyList(Of VectorStoreRecordProperty)

Property Value

Applies to