Share via


VectorStoreProperty Class

Definition

Defines a base property class for properties on a vector store record.

public ref class VectorStoreProperty abstract
public abstract class VectorStoreProperty
type VectorStoreProperty = class
Public MustInherit Class VectorStoreProperty
Inheritance
VectorStoreProperty
Derived

Remarks

The characteristics defined here influence how the property is treated by the vector store.

Properties

Name

Gets or sets the name of the property on the data model.

StorageName

Gets or sets an optional name to use for the property in storage, if different from the property name.

Type

Gets or sets the type of the property.

Applies to