Share via


VectorStoreDataAttribute.IsFullTextIndexed Property

Definition

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

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

Property Value

The default is false.

Applies to