Language

VectorPropertyModel.DistanceFunction Property

Definition

Gets or sets the distance function to use when comparing vectors.

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

Property Value

The default varies by database type. For more information, see the documentation of your chosen database provider.

Applies to

See also