VectorStoreVectorAttribute.IndexKind Property

Definition

Gets 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 provider for more information.

Applies to

See also