VectorStoreProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |