Share via


VectorStoreRecordDefinition.Properties Property

Definition

The list of properties that are stored in the record.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::VectorData::VectorStoreRecordProperty ^> ^ Properties { System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::VectorData::VectorStoreRecordProperty ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::VectorData::VectorStoreRecordProperty ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.VectorData.VectorStoreRecordProperty> Properties { get; init; }
member this.Properties : System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.VectorData.VectorStoreRecordProperty> with get, set
Public Property Properties As IReadOnlyList(Of VectorStoreRecordProperty)

Property Value

Applies to