Share via


VectorStoreDataProperty Class

Definition

Defines a data property on a vector store record.

public ref class VectorStoreDataProperty sealed : Microsoft::Extensions::VectorData::VectorStoreProperty
public sealed class VectorStoreDataProperty : Microsoft.Extensions.VectorData.VectorStoreProperty
type VectorStoreDataProperty = class
    inherit VectorStoreProperty
Public NotInheritable Class VectorStoreDataProperty
Inherits VectorStoreProperty
Inheritance
VectorStoreDataProperty

Remarks

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

Constructors

VectorStoreDataProperty(String, Type)

Initializes a new instance of the VectorStoreDataProperty class.

Properties

IsFullTextIndexed

Gets or sets a value indicating whether this data property is indexed for full-text search.

IsIndexed

Gets or sets a value indicating whether this data property is indexed.

Name

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

(Inherited from VectorStoreProperty)
StorageName

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

(Inherited from VectorStoreProperty)
Type

Gets or sets the type of the property.

(Inherited from VectorStoreProperty)

Applies to