Share via


VectorStoreVectorAttribute.IndexKind Property

Definition

Gets or sets the kind of index to use.

public:
 property System::String ^ IndexKind { System::String ^ get(); void set(System::String ^ value); };
public string? IndexKind { get; init; }
member this.IndexKind : string with get, set
Public Property IndexKind As String

Property Value

The default value varies by database type. See the documentation of your chosen database connector for more information.

Applies to

See also