VectorStoreDataAttribute クラス

定義

レコード クラスのプロパティを 'data' としてマークする属性を定義します。

public ref class VectorStoreDataAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class VectorStoreDataAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type VectorStoreDataAttribute = class
    inherit Attribute
Public NotInheritable Class VectorStoreDataAttribute
Inherits Attribute
継承
VectorStoreDataAttribute
属性

注釈

プロパティを 'data' としてマークすることは、プロパティがキーではなく、ベクターではないことを意味します。 ただし、必要に応じて、このプロパティには、このデータの埋め込みを含むベクター フィールドを関連付けることができます。 ここで定義されている特性は、ベクター ストアによるプロパティの処理方法に影響します。

コンストラクター

名前 説明
VectorStoreDataAttribute()

レコード クラスのプロパティを 'data' としてマークする属性を定義します。

プロパティ

名前 説明
IsFullTextIndexed

フルテキスト検索用にこのデータ プロパティのインデックスが作成されるかどうかを示す値を取得します。

IsIndexed

このデータ プロパティにインデックスが付けられるかどうかを示す値を取得します。

StorageName

プロパティ名と異なる場合は、ストレージ内のプロパティに使用する省略可能な名前を取得します。

適用対象