VectorStoreDataAttribute.IsIndexed プロパティ

定義

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

public:
 property bool IsIndexed { bool get(); void set(bool value); };
public bool IsIndexed { get; init; }
member this.IsIndexed : bool with get, set
Public Property IsIndexed As Boolean

プロパティ値

既定値は false です。

適用対象